X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=96811e07550417150ae50cc7d289d7060d5fb16a;hb=2e958372200065bff8f19ca88d39e627df4a2f67;hp=320aea1ebd586ef1f8b5690c0d23b8dd3a8f1056;hpb=47765f728614c348aa7dfc2eed6f754efc376922;p=dwm.git diff --git a/config.mk b/config.mk index 320aea1..96811e0 100644 --- a/config.mk +++ b/config.mk @@ -1,11 +1,8 @@ # dwm version -VERSION = 4.4 +VERSION = 4.8 # Customize below to fit your system -# additional layouts beside floating -SRC = tile.c - # paths PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man @@ -20,8 +17,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} +CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK +LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"