aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-19 15:05:29 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-19 15:05:29 +0100
commit238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b (patch)
tree8f08ae0a2fe2a6e40aa0a263f6d19ada4291215b /Makefile
parent64871a7045077bb2ec4cbcd62a74cabbe6b45096 (diff)
downloaddwm-238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b.tar.gz
renamed view.c into screen.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31ae1c1..a9f129d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC = client.c draw.c event.c main.c manage.c util.c
+SRC = client.c draw.c event.c main.c screen.c util.c
OBJ = ${SRC:.c=.o}
all: options dwm
remember that computers suck.