diff -r 73efaa15a635 -r 96d09fd98e89 Makefile --- a/Makefile Tue Aug 22 16:42:29 2006 +0200 +++ b/Makefile Tue Aug 22 16:50:21 2006 +0200 @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c main.c tag.c util.c +SRC = client.c draw.c event.c main.c tag.c util.c view.c OBJ = ${SRC:.c=.o} all: options dwm