X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=e49fa2411b74a647c54d68eff47739c812dbda1a;hb=68813b3a4640dcfcbe002a1ff5803f04b9c50c06;hp=d17ef4a7f25c0ddaecccd7039571fc64be0a8735;hpb=43840c852876d0c209732bb79900cc383cb4ea70;p=surf.git diff --git a/config.mk b/config.mk index d17ef4a..e49fa24 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.5 +VERSION = 0.6 # Customize below to fit your system @@ -18,7 +18,7 @@ INCS = -I. -I/usr/include -I${X11INC} ${GTKINC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS}