diff -r be103ae46dbc -r 469dc170f833 Makefile --- 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