Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
made all stuff non-static - so you can choose wether to use dwm the static or the...
[dwm.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
4f03721
..
2d61830
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,7
+3,7
@@
include config.mk
-SRC = dwm.c
+SRC
+
= dwm.c
OBJ = ${SRC:.c=.o}
all: options dwm