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)
downloaddmenu-168221b2f825c42c874e1d9590505f29e35465aa.tar.gz
dmenu-168221b2f825c42c874e1d9590505f29e35465aa.tar.bz2
dmenu-168221b2f825c42c874e1d9590505f29e35465aa.zip
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:
@echo CC -c $<
@${CC} -c $< ${CFLAGS}
-${OBJ}: config.mk
+${OBJ}: config.mk draw.h
dmenu: dmenu.o draw.o
@echo CC -o $@