aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: 9660935bbf0f8182c0bf2b21c79d566c70275e3f (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
CFLAGS   = -Wall -Os
LDFLAGS  = -lcontacts -lsimple -lterminput -s