Browse Source

makefile: *.o depend on draw.h

master
Connor Lane Smith 13 years ago
parent
commit
168221b2f8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 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 $@


Loading…
Cancel
Save