diff options
author | Connor Lane Smith | 2011-10-26 14:16:12 +0100 |
---|---|---|
committer | Connor Lane Smith | 2011-10-26 14:16:12 +0100 |
commit | 168221b2f825c42c874e1d9590505f29e35465aa (patch) | |
tree | 784c4887d7088de2304e4fef349b19bf0473bab0 /Makefile | |
parent | dc77337ef35a52e1da8a74339bc39f32e6e5ab56 (diff) |
makefile: *.o depend on draw.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |