aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: 168b5aef0dfe5b9a61e9526d9e5ab6bf6a8abd36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
PREFIX    = /usr/local
MANPREFIX = $(PREFIX)/share/man

CC = c99

CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS   = -Wall -Wextra -pedantic -O2 $(CPPFLAGS)
LDFLAGS  = -s -lrt

# Add -DSEMUN_ALREADY_DEFINED to CPPFLAGS if `union semun` is already defined by libc