Makefile
changeset 941 8c93b982f22e
parent 882 9c7fba655d72
child 953 d7de5c7bdbe4
--- a/Makefile	Fri Aug 10 18:27:25 2007 +0200
+++ b/Makefile	Sat Aug 11 12:11:50 2007 +0200
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c draw.c event.c layout.c main.c tag.c util.c
+SRC += client.c draw.c event.c layout.c main.c tag.c util.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm