Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
make config.h not a time dependence
[dwm.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
4df8e9a
..
b7db7cc
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-22,7
+22,7
@@
options:
${OBJ}: dwm.h config.h
-config.h:
${CONFIG}
+config.h:
@echo creating $@ from ${CONFIG}
@cp ${CONFIG} $@