JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed dwm.h, just include C-files in config.h if you extend dwm, that's simplier...
[dwm.git] / Makefile
index dee43ed..7c65e6f 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