X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=254ec53988576ba5f7b570cf585887a6cc2d7dfd;hp=f9fb2987a57b3b58b68254681d64202e7fb52a00;hb=9aa4a9043d1261f9ae71cc2740d061d68a99227e;hpb=a8e0772c4d977fafb35c5ab9e29e322a9505b71a diff --git a/config.mk b/config.mk index f9fb298..254ec53 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 5.0 +VERSION = 5.1 # Customize below to fit your system @@ -20,8 +20,6 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -#CFLAGS = -Os ${INCS} ${CPPFLAGS} -#LDFLAGS = -s ${LIBS} CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS}