diff -r ea0cef59c3a3 -r aea51354bbe6 Makefile --- a/Makefile Sat Sep 15 12:36:42 2007 +0200 +++ b/Makefile Sat Sep 15 13:16:54 2007 +0200 @@ -3,7 +3,7 @@ include config.mk -SRC += client.c draw.c event.c main.c screen.c util.c +SRC += bar.c client.c event.c main.c screen.c util.c OBJ = ${SRC:.c=.o} all: options dwm