aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: 53121e41ce9cca5fa3965f0da4046d630602e82c (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 -lunwind -ldw