Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
adopted Alex Sedov's config.h revival patch to tip
[dmenu.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
f011ad7
..
0f7dfbd
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-18,7
+18,11
@@
options:
@echo CC -c $<
@${CC} -c $< ${CFLAGS}
-${OBJ}: config.mk draw.h
+config.h:
+ @echo creating $@ from config.def.h
+ @cp config.def.h $@
+
+${OBJ}: config.h config.mk draw.h
dmenu: dmenu.o draw.o
@echo CC -o $@