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

CPPFLAGS  =
CFLAGS    = -std=c99 -Wall -O2
LDFLAGS   = -s