Makefile
changeset 793 79cb72e82b21
parent 790 48e7c3b45250
child 796 75b1b25fe0d7
--- a/Makefile	Tue Feb 20 13:40:31 2007 +0100
+++ b/Makefile	Tue Feb 20 13:46:21 2007 +0100
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.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