Makefile
changeset 988 aea51354bbe6
parent 986 2d6f17254ba8
child 990 70f6fcd100b7
--- 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