aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-10-26 14:16:12 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-10-26 14:16:12 +0100
commit168221b2f825c42c874e1d9590505f29e35465aa (patch)
tree784c4887d7088de2304e4fef349b19bf0473bab0 /Makefile
parentdc77337ef35a52e1da8a74339bc39f32e6e5ab56 (diff)
makefile: *.o depend on draw.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1135d65..929b108 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ options:
18 @echo CC -c $< 18 @echo CC -c $<
19 @${CC} -c $< ${CFLAGS} 19 @${CC} -c $< ${CFLAGS}
20 20
21${OBJ}: config.mk 21${OBJ}: config.mk draw.h
22 22
23dmenu: dmenu.o draw.o 23dmenu: dmenu.o draw.o
24 @echo CC -o $@ 24 @echo CC -o $@