JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implemented bar for dwm (I miss status text), I plan that status text is read from...
[dwm.git] / Makefile
index d8f9ddc..02bacf5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c dev.c draw.c event.c main.c util.c
+SRC = bar.c client.c dev.c draw.c event.c main.c util.c
 OBJ = ${SRC:.c=.o}
 MAN1 = dwm.1 
 BIN = dwm