aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-19 14:44:05 +0100
committerAnselm R. Garbe2007-02-19 14:44:05 +0100
commit42b98f5278b3b1ec8cb298d8962a456ac6b5eff1 (patch)
tree9f34a99e5e9fe04b5c725a0972213a79eda7165f /Makefile
parent984d0b6bd90b9ba46ab6fe347d888d43d882e302 (diff)
downloadaur-42b98f5278b3b1ec8cb298d8962a456ac6b5eff1.tar.gz
merged tag.c, view.c and tile.c to manage.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18626a74f185..31ae1c1020cf 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC = client.c draw.c event.c main.c tile.c tag.c util.c view.c
+SRC = client.c draw.c event.c main.c manage.c util.c
OBJ = ${SRC:.c=.o}
all: options dwm