X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/b7f891145503257759c44f5737eabe3010eae2af..82b0bc83f81ec98f483ea2468c1c677da0691510:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 8c3d904..2fa60d4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ SRC = draw.c main.c util.c OBJ = ${SRC:.c=.o} all: options dmenu - @echo finished options: @echo dmenu build options: @@ -20,7 +19,7 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: dmenu.h config.h +${OBJ}: dmenu.h config.h config.mk config.h: @echo creating $@ from config.default.h