changeset 793 | 79cb72e82b21 |
parent 790 | 48e7c3b45250 |
child 796 | 75b1b25fe0d7 |
792:99044861fd9b | 793:79cb72e82b21 |
---|---|
1 # dwm - dynamic window manager |
1 # dwm - dynamic window manager |
2 # (C)opyright MMVI-MMVII Anselm R. Garbe |
2 # (C)opyright MMVI-MMVII Anselm R. Garbe |
3 |
3 |
4 include config.mk |
4 include config.mk |
5 |
5 |
6 SRC = client.c event.c layout.c main.c tag.c util.c |
6 SRC = client.c draw.c event.c layout.c main.c tag.c util.c |
7 OBJ = ${SRC:.c=.o} |
7 OBJ = ${SRC:.c=.o} |
8 |
8 |
9 all: options dwm |
9 all: options dwm |
10 |
10 |
11 options: |
11 options: |