Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
changed main event loop
[dwm.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
2f41d74
..
2159481
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# dwm version
-VERSION = 0.
8
+VERSION = 0.
9
# Customize below to fit your system
@@
-20,5
+20,6
@@
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
-# compiler
+# compiler
and linker
CC = cc
+LD = ${CC}