aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-22 16:50:21 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-22 16:50:21 +0200
commitaa13727067af829b94461eb36aa029297ed8e6b9 (patch)
treeaaaae4d7d65711bfb5c2153b60fdb33990564e6b /Makefile
parent595028614bc94c1733b28725dcf9777b0a47ad24 (diff)
downloaddwm-aa13727067af829b94461eb36aa029297ed8e6b9.tar.gz
separated several functions into view.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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
remember that computers suck.