projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
046e273
)
make config.h target depending on config.def.h
author
Daniel Walter
<d.walter@0x90.at>
Thu, 10 Mar 2016 10:55:12 +0000
(11:55 +0100)
committer
Daniel Walter
<d.walter@0x90.at>
Thu, 10 Mar 2016 10:55:12 +0000
(11:55 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e1bb37069fd62dc10ecabd6296d8a8dadb52c005..d20ad8fcc1a62b6248ba037fb84c0de3bdbb2d40 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-19,7
+19,7
@@
options:
${OBJ}: config.h config.mk
-config.h:
+config.h:
config.def.h
@echo creating $@ from config.def.h
@cp config.def.h $@