removed draw.c, implemented C-w handling (backward word deletion)
[dmenu.git] / Makefile
index d86c111..66040d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 # dmenu - dynamic menu
-#   (C)opyright MMVII Anselm R. Garbe
+#   (C)opyright MMVI-MMVII Anselm R. Garbe
 
 include config.mk
 
-SRC = draw.c main.c util.c
+SRC = main.c util.c
 OBJ = ${SRC:.c=.o}
 
 all: options dmenu