aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author[email protected] <unknown>2006-08-03 15:21:08 +0200
committer[email protected] <unknown>2006-08-03 15:21:08 +0200
commit05a618b06e8fd8807b9a5e7c0bcef33c68d00044 (patch)
tree3f153c27efe56941af12c0b5475165a00e82df78 /Makefile
parents/tag2/two/g (diff)
downloadseiwm-05a618b06e8fd8807b9a5e7c0bcef33c68d00044.tar.xz
seiwm-05a618b06e8fd8807b9a5e7c0bcef33c68d00044.zip
added gmake compliance
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@