Makefile
changeset 1001 2477f818215c
parent 990 70f6fcd100b7
child 1009 00d2fc91a2c7
--- a/Makefile	Sun Sep 16 20:02:42 2007 +0200
+++ b/Makefile	Mon Sep 17 16:42:37 2007 +0200
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = dwm.c
+SRC += dwm.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm