diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-19 15:05:29 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-19 15:05:29 +0100 |
commit | 238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b (patch) | |
tree | 8f08ae0a2fe2a6e40aa0a263f6d19ada4291215b /Makefile | |
parent | 64871a7045077bb2ec4cbcd62a74cabbe6b45096 (diff) | |
download | dwm-238dd5d2b15b8bdc0f05d5be7f86a1ca03d2920b.tar.gz |
renamed view.c into screen.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |