aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: dd68ba7f8b5a3c902f44e6a13a6a9d8c7580d8d4 (plain) (blame)
1
2
3
4
5
6
PREFIX    = /usr
MANPREFIX = $(PREFIX)/share/man

CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS   = -std=c99 -Wall -pedantic
LDFLAGS  = -s -liberror