JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
draw.c is useless (belongs to main.c now)
[dwm.git] / Makefile
index a9f129d..221efa4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = client.c draw.c event.c main.c screen.c util.c
+SRC = client.c event.c main.c screen.c util.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm