Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
new resize stuff (using XConfigureWindow instead of XSendEvent)
[dwm.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
d4ae17e
..
b3c8cf7
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-11,14
+11,17
@@
X11LIB = /usr/X11R6/lib
INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
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
# flags
-CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
+CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
-DCONFIG=\"${CONFIG}\"
LDFLAGS = ${LIBS}
LDFLAGS = ${LIBS}
-#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-DCONFIG=\"${CONFIG}\"
#LDFLAGS = -g ${LIBS}
# compiler
CC = cc
#LDFLAGS = -g ${LIBS}
# compiler
CC = cc
-
-# dwm version
-VERSION = 0.6