Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
changed getproto, maybe that might fix the killclient issue reported on the list
[dwm.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
57cacbb
..
342a9c2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-22,7
+22,7
@@
options:
${OBJ}: dwm.h config.h
config.h:
- @echo creating
default $@
+ @echo creating
$@ from config.default.h
@cp config.default.h $@
dwm: ${OBJ}