From: Connor Lane Smith Date: Wed, 26 Oct 2011 13:16:12 +0000 (+0100) Subject: makefile: *.o depend on draw.h X-Git-Url: https://git.danieliu.xyz/?p=dmenu.git;a=commitdiff_plain;h=168221b2f825c42c874e1d9590505f29e35465aa makefile: *.o depend on draw.h --- 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 $@