Makefile
changeset 777 469dc170f833
parent 776 be103ae46dbc
child 790 48e7c3b45250
--- a/Makefile	Mon Feb 19 15:05:29 2007 +0100
+++ b/Makefile	Mon Feb 19 15:17:31 2007 +0100
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c draw.c event.c main.c screen.c util.c
+SRC = client.c event.c main.c screen.c util.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm