X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/bba044de4f055e4a5b6605c221bded849b8bd53e..05a618b06e8fd8807b9a5e7c0bcef33c68d00044:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 5454fbb..6eb05b6 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ options: ${OBJ}: dwm.h config.h config.h: ${CONFIG} - @echo creating $@ from $> - @cp $> $@ + @echo creating $@ from ${CONFIG} + @cp ${CONFIG} $@ dwm: ${OBJ} @echo LD $@