JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made all stuff non-static - so you can choose wether to use dwm the static or the...
[dwm.git] / Makefile
index 4f03721..2d61830 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