Mercurial > aewl
diff Makefile @ 18:1efa34c6e1b6
added mouse-based resizals
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 21:24:10 +0200 |
parents | 00d4d52b231f |
children | f96fb3fd8203 |
line wrap: on
line diff
--- a/Makefile Tue Jul 11 18:59:09 2006 +0200 +++ b/Makefile Tue Jul 11 21:24:10 2006 +0200 @@ -3,7 +3,7 @@ include config.mk -WMSRC = bar.c client.c cmd.c draw.c event.c key.c util.c wm.c +WMSRC = bar.c client.c cmd.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}