JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531
[dwm.git] / Makefile
index 066643e..ad8ec08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c draw.c event.c main.c tag.c util.c
+SRC = client.c draw.c event.c main.c tag.c util.c view.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm