Makefile
changeset 790 48e7c3b45250
parent 777 469dc170f833
child 793 79cb72e82b21
--- a/Makefile	Mon Feb 19 21:17:54 2007 +0100
+++ b/Makefile	Tue Feb 20 10:49:53 2007 +0100
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c event.c main.c screen.c util.c
+SRC = client.c event.c layout.c main.c tag.c util.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm