makefile: *.o depend on draw.h
authorConnor Lane Smith <cls@lubutu.com>
Wed, 26 Oct 2011 13:16:12 +0000 (14:16 +0100)
committerConnor Lane Smith <cls@lubutu.com>
Wed, 26 Oct 2011 13:16:12 +0000 (14:16 +0100)
Makefile

index 1135d65..929b108 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 $@