X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/33b4821cd69ed4c0a9af58f0af96de430277a08a..77f8c075c48e510e064b8f0b7b823a7e1f9f44b7:/config.mk?ds=inline diff --git a/config.mk b/config.mk index d65472e..b3c8cf7 100644 --- a/config.mk +++ b/config.mk @@ -11,17 +11,17 @@ X11LIB = /usr/X11R6/lib INCS = -I/usr/lib -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 +# dwm version +VERSION = 0.6 + +# default config.h +CONFIG = config.h + # flags CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\" LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIGH}\" +#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\" #LDFLAGS = -g ${LIBS} # compiler CC = cc - -# dwm version -VERSION = 0.6 - -# default config.h -CONFIG = config.h