aewl
diff Makefile @ 42:040a7074d23c
added dev.c instead of kb.c
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 10:34:55 +0200 |
parents | cd30cce52b78 |
children | 989178822938 |
line diff
1.1 --- a/Makefile Thu Jul 13 10:25:57 2006 +0200 1.2 +++ b/Makefile Thu Jul 13 10:34:55 2006 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 1.5 include config.mk 1.6 1.7 -SRC = client.c draw.c event.c kb.c mouse.c util.c wm.c 1.8 +SRC = client.c dev.c draw.c event.c util.c wm.c 1.9 OBJ = ${SRC:.c=.o} 1.10 MAN1 = dwm.1 1.11 BIN = dwm