aboutsummaryrefslogblamecommitdiffstats
path: root/config.mk
blob: 8e10fd82aca9ca0ec6f4ec5e3b5ff1291318a4c5 (plain) (tree)
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 -D_GNU_SOURCE
CFLAGS   = -Wall -g
LDFLAGS  =

# Add -DVALIDATE to CPPFLAGS to run extra code checks,
#   that are only useful for development, at run time