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

CC = cc -std=c11

CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS   = -Wall -pedantic
LDFLAGS  = -lunwind -ldw -lerror