pinosaur
/
dmenu.git
/ commitdiff
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
1135d65
..
929b108
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-18,7
+18,7
@@
options:
@echo CC -c $<
@${CC} -c $< ${CFLAGS}
@echo CC -c $<
@${CC} -c $< ${CFLAGS}
-${OBJ}: config.mk
+${OBJ}: config.mk
draw.h
dmenu: dmenu.o draw.o
@echo CC -o $@
dmenu: dmenu.o draw.o
@echo CC -o $@