makefile: *.o depend on draw.h
This commit is contained in:
parent
dc77337ef3
commit
168221b2f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 $@
|
||||
|
|
Loading…
Reference in a new issue