Makefile
changeset 8 7066ff2fe8bc
parent 5 e5018cae273f
child 11 ea9c08ec4b48
--- a/Makefile	Tue Jul 11 11:27:56 2006 +0200
+++ b/Makefile	Tue Jul 11 11:50:18 2006 +0200
@@ -3,7 +3,7 @@
 
 include config.mk
 
-WMSRC = bar.c client.c draw.c event.c util.c wm.c
+WMSRC = bar.c client.c cmd.c draw.c event.c key.c util.c wm.c
 WMOBJ = ${WMSRC:.c=.o}
 MENSRC = menu.c draw.c util.c
 MENOBJ = ${MENSRC:.c=.o}