JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw...
[dwm.git] / Makefile
index dee43ed..44bfa4f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC += dwm.c
+SRC = dwm.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm
@@ -21,8 +21,8 @@ options:
 ${OBJ}: config.h config.mk
 
 config.h:
-       echo creating $@ from config.def.h
-       cp config.def.h $@
+       @echo creating $@ from config.def.h
+       @cp config.def.h $@
 
 dwm: ${OBJ}
        @echo CC -o $@