X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=b63e2ca2e0b92f3d48da921db60d921f1b541662;hp=b3fe193efc7e51ae0a355957af30728bb528b6fe;hb=47b1974446cfec795e4e92c68cbf24174956619f;hpb=93eee247caa059f67f7665dee3626e5171f5e793 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