aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2006-07-14 10:07:38 +0200
committerAnselm R. Garbe2006-07-14 10:07:38 +0200
commit4407cf9e554847ef3ddb65ec9df63f285ed65ad5 (patch)
tree70516f540d87e7fc02c13ad16469927d23c72a88 /Makefile
parent169568cd282aac06189fbea72f34cc723480b204 (diff)
downloadaur-4407cf9e554847ef3ddb65ec9df63f285ed65ad5.tar.gz
implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8f9ddcab784..02bacf55482e 100644
--- 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