dwm-meillo
diff Makefile @ 57:f005d46462e8
implemented bar for dwm (I miss status text), I plan that status text is read from stdin in dwm
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Fri, 14 Jul 2006 10:07:38 +0200 |
parents | 989178822938 |
children | d31b5ad96b0b |
line diff
1.1 --- a/Makefile Fri Jul 14 08:45:30 2006 +0200 1.2 +++ b/Makefile Fri Jul 14 10:07:38 2006 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 1.5 include config.mk 1.6 1.7 -SRC = client.c dev.c draw.c event.c main.c util.c 1.8 +SRC = bar.c client.c dev.c draw.c event.c main.c util.c 1.9 OBJ = ${SRC:.c=.o} 1.10 MAN1 = dwm.1 1.11 BIN = dwm