aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-19 15:05:29 +0100
committerAnselm R. Garbe2007-02-19 15:05:29 +0100
commit9e6165c896e9db8f11952feb4f611c61b90f714e (patch)
treef75e0c4643de1eda255b5e33b54ed8c9a30f879f /Makefile
parentec395e804bb2c4aa3c07251cee67fe7298dee75a (diff)
downloadaur-9e6165c896e9db8f11952feb4f611c61b90f714e.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 31ae1c1020cf..a9f129d54f62 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