X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=b63e2ca2e0b92f3d48da921db60d921f1b541662;hb=88c8ead3e8a22d311964c2a3ea0e384044f546c9;hp=b3fe193efc7e51ae0a355957af30728bb528b6fe;hpb=93eee247caa059f67f7665dee3626e5171f5e793;p=dwm.git diff --git a/config.mk b/config.mk index b3fe193..b63e2ca 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 4.7 +VERSION = 4.8 # Customize below to fit your system @@ -17,7 +17,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DWORK #LDFLAGS = -g ${LIBS} # Solaris