Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
added gmake compliance
[dwm.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
5454fbb
..
6eb05b6
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 $@