projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc77337
)
makefile: *.o depend on draw.h
author
Connor Lane Smith
<cls@lubutu.com>
Wed, 26 Oct 2011 13:16:12 +0000
(14:16 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Wed, 26 Oct 2011 13:16:12 +0000
(14:16 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1135d65e5ddda86a5acb4d4adbc16c1f54986f6c..929b10867070d075d9537e9a687719b2659fdfce 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-18,7
+18,7
@@
options:
@echo CC -c $<
@${CC} -c $< ${CFLAGS}
-${OBJ}: config.mk
+${OBJ}: config.mk
draw.h
dmenu: dmenu.o draw.o
@echo CC -o $@