JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
moved bar-related stuff to bar.c (merged draw.c into that)
[dwm.git] / Makefile
index 385b56e..8e48185 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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