aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-19 14:44:05 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-19 14:44:05 +0100
commit4cdbd523e5f02f7cf392dda8690f95ce6eaff9dd (patch)
tree57f5e5322fafedd526fc2b3f46804729bfdcc865 /Makefile
parentb3d7e07f18f0f69f8c3b3542615da62dfc4c6175 (diff)
downloaddwm-4cdbd523e5f02f7cf392dda8690f95ce6eaff9dd.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 18626a7..31ae1c1 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
remember that computers suck.