X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/cd7ebaad25fa5f10a4442f9d80a05f344ca271d3..2fc9cffdeb96dabd52bff22359a0091e1f1e2e4f:/Makefile?ds=sidebyside

diff --git a/Makefile b/Makefile
index 7c65e6f..2b5efa7 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@
@@ -35,7 +35,7 @@ clean:
 dist: clean
 	@echo creating dist tarball
 	@mkdir -p dwm-${VERSION}
-	@cp -R LICENSE Makefile README config.def.h config.mk \
+	@cp -R LICENSE Makefile README config.*.h config.mk \
 		dwm.1 ${SRC} dwm-${VERSION}
 	@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
 	@gzip dwm-${VERSION}.tar