Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
fixed
[dwm.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
d4ae17e
..
2159481
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,4
+1,7
@@
-# Customize to fit your system
+# dwm version
+VERSION = 0.9
+
+# Customize below to fit your system
# paths
PREFIX = /usr/local
# paths
PREFIX = /usr/local
@@
-12,13
+15,11
@@
INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
-CFLAGS = -O
3
${INCS} -DVERSION=\"${VERSION}\"
+CFLAGS = -O
s
${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
-# compiler
+# compiler
and linker
CC = cc
CC = cc
-
-# dwm version
-VERSION = 0.6
+LD = ${CC}