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

CC = c99

CPPFLAGS = -D_DEFAULT_SOURCE -D_GNU_SOURCE
CFLAGS   = -Wall -O2
LDFLAGS  = -s