projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72608f0
)
added gmake compliance
author
arg@10ksloc.org
<unknown>
Thu, 3 Aug 2006 13:21:08 +0000
(15:21 +0200)
committer
arg@10ksloc.org
<unknown>
Thu, 3 Aug 2006 13:21:08 +0000
(15:21 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5454fbb52e9912f9c7a7afdeff3c99389015b02b..6eb05b616b6a8ef041106f2a7a54cb4917ac91f5 100644
(file)
--- 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 $@