X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/4126b1e32379ee206c5c9bda2bf3699f171c9899..942199ccd05bb0d55fe068bf9f5367946bbdc88d:/Makefile 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 $@