changeset 790 | 48e7c3b45250 |
parent 777 | 469dc170f833 |
child 793 | 79cb72e82b21 |
789:3edec0a35000 | 790:48e7c3b45250 |
---|---|
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 main.c screen.c util.c |
6 SRC = client.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: |