diff -r 99044861fd9b -r 79cb72e82b21 Makefile --- 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