Makefile
changeset 967 66f17bf2c278
parent 953 d7de5c7bdbe4
child 985 9c63b1d4200d
--- a/Makefile	Sun Aug 19 10:40:07 2007 +0200
+++ b/Makefile	Sun Aug 19 10:57:02 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 main.c screen.c util.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm