Makefile
changeset 27 f96fb3fd8203
parent 18 1efa34c6e1b6
child 32 082c75b937b5
--- a/Makefile	Wed Jul 12 15:17:22 2006 +0200
+++ b/Makefile	Wed Jul 12 16:00:51 2006 +0200
@@ -3,7 +3,7 @@
 
 include config.mk
 
-WMSRC = bar.c client.c cmd.c draw.c event.c kb.c mouse.c util.c wm.c
+WMSRC = bar.c client.c draw.c event.c kb.c mouse.c util.c wm.c
 WMOBJ = ${WMSRC:.c=.o}
 MENSRC = menu.c draw.c util.c
 MENOBJ = ${MENSRC:.c=.o}