]> git.armaanb.net Git - dwm.git/blobdiff - Makefile
renamed view.c into screen.c
[dwm.git] / Makefile
index 31ae1c1020cfbd5def5f34e56a68a3ec5c1ce9ea..a9f129d54f62e6de5a4d443316de429fb29d8162 100644 (file)
--- 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