aboutsummaryrefslogblamecommitdiffstats
path: root/config.mk
blob: eb58289adf3ea9319ce1f4121c04c463f145fc9b (plain) (tree)
1
2
3
4
5
6
7
8







                                                                            
PREFIX    = /usr
MANPREFIX = $(PREFIX)/share/man

CC = cc

CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS   = -std=c99 -Wall -g -pthread
LDFLAGS  = -lar2 -lblake -pthread -lrt