X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=929b10867070d075d9537e9a687719b2659fdfce;hb=168221b2f825c42c874e1d9590505f29e35465aa;hp=1135d65e5ddda86a5acb4d4adbc16c1f54986f6c;hpb=4126b1e32379ee206c5c9bda2bf3699f171c9899;p=dmenu.git 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 $@