From: arg@10ksloc.org Date: Thu, 3 Aug 2006 13:21:08 +0000 (+0200) Subject: added gmake compliance X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=05a618b06e8fd8807b9a5e7c0bcef33c68d00044 added gmake compliance --- 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 $@