aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: c9a4302995c3f2180bc3cbd49482ee525afb3f09 (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 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
CFLAGS   = -std=c99 -Wall -pedantic
LDFLAGS  = -s -lerror