aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
blob: 67b8e416c83c101dcae6acbe9310ea7f07876d44 (plain) (blame)
1
2
3
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS   = -std=c99 -Wall -Wextra -g $(CPPFLAGS)
LDFLAGS  =