diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-22 16:50:21 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-22 16:50:21 +0200 |
commit | aa13727067af829b94461eb36aa029297ed8e6b9 (patch) | |
tree | aaaae4d7d65711bfb5c2153b60fdb33990564e6b /Makefile | |
parent | 595028614bc94c1733b28725dcf9777b0a47ad24 (diff) | |
download | dwm-aa13727067af829b94461eb36aa029297ed8e6b9.tar.gz |
separated several functions into view.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 066643e..ad8ec08 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c main.c tag.c util.c +SRC = client.c draw.c event.c main.c tag.c util.c view.c OBJ = ${SRC:.c=.o} all: options dwm |