X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=5a8f21a2983c8cbe182a0648fcdd6b75bfaaa114;hb=5c0d28e4ff9909059ac1247aa71f9b1e906fea3a;hp=8c3d904d66f6b7a4361b3b8f86ccdd4d2c461816;hpb=b7f891145503257759c44f5737eabe3010eae2af;p=dmenu.git diff --git a/Makefile b/Makefile index 8c3d904..5a8f21a 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,11 +19,7 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: dmenu.h config.h - -config.h: - @echo creating $@ from config.default.h - @cp config.default.h $@ +${OBJ}: dmenu.h config.mk dmenu: ${OBJ} @echo LD $@