makefile: *.o depend on draw.h

This commit is contained in:
Connor Lane Smith 2011-10-26 14:16:12 +01:00
parent dc77337ef3
commit 168221b2f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@