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

CC = c99

CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -I"$$(pwd)"
CFLAGS   = -Wall -O2
LDFLAGS  = -s