Mercurial > aewl
comparison 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 |
comparison
equal
deleted
inserted
replaced
56:b72b7086c385 | 57:f005d46462e8 |
---|---|
1 # dwm - dynamic window manager | 1 # dwm - dynamic window manager |
2 # (C)opyright MMVI Anselm R. Garbe | 2 # (C)opyright MMVI Anselm R. Garbe |
3 | 3 |
4 include config.mk | 4 include config.mk |
5 | 5 |
6 SRC = client.c dev.c draw.c event.c main.c util.c | 6 SRC = bar.c client.c dev.c draw.c event.c main.c util.c |
7 OBJ = ${SRC:.c=.o} | 7 OBJ = ${SRC:.c=.o} |
8 MAN1 = dwm.1 | 8 MAN1 = dwm.1 |
9 BIN = dwm | 9 BIN = dwm |
10 | 10 |
11 all: config dwm | 11 all: config dwm |