aewl
diff Makefile @ 8:7066ff2fe8bc
added key handling
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 11:50:18 +0200 |
parents | e5018cae273f |
children | ea9c08ec4b48 |
line diff
1.1 --- a/Makefile Tue Jul 11 11:27:56 2006 +0200 1.2 +++ b/Makefile Tue Jul 11 11:50:18 2006 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 1.5 include config.mk 1.6 1.7 -WMSRC = bar.c client.c draw.c event.c util.c wm.c 1.8 +WMSRC = bar.c client.c cmd.c draw.c event.c key.c util.c wm.c 1.9 WMOBJ = ${WMSRC:.c=.o} 1.10 MENSRC = menu.c draw.c util.c 1.11 MENOBJ = ${MENSRC:.c=.o}