]> git.armaanb.net Git - dmenu.git/commitdiff
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 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 $@