X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=44bfa4f786f6099f3a40338a024faf85374e6202;hp=dee43ed9ff47e113e48f7990590ac60c80bdc163;hb=47b1974446cfec795e4e92c68cbf24174956619f;hpb=17d39ee01458025a5b9f5087168f258933f0ccd9 diff --git a/Makefile b/Makefile index dee43ed..44bfa4f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC += dwm.c +SRC = dwm.c OBJ = ${SRC:.c=.o} all: options dwm @@ -21,8 +21,8 @@ options: ${OBJ}: config.h config.mk config.h: - echo creating $@ from config.def.h - cp config.def.h $@ + @echo creating $@ from config.def.h + @cp config.def.h $@ dwm: ${OBJ} @echo CC -o $@