Mercurial > aewl
comparison Makefile @ 327:96d09fd98e89
separated several functions into view.c
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Tue, 22 Aug 2006 16:50:21 +0200 |
parents | 87cdbff4962e |
children | e90bf387bf6f |
comparison
equal
deleted
inserted
replaced
326:73efaa15a635 | 327:96d09fd98e89 |
---|---|
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 draw.c event.c main.c tag.c util.c | 6 SRC = client.c draw.c event.c main.c tag.c util.c view.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: |