added dev.c instead of kb.c

This commit is contained in:
Anselm R. Garbe 2006-07-13 10:34:55 +02:00
parent 3f942f9e79
commit 44f2e8b952
5 changed files with 57 additions and 66 deletions

View file

@ -3,7 +3,7 @@
include config.mk
SRC = client.c draw.c event.c kb.c mouse.c util.c wm.c
SRC = client.c dev.c draw.c event.c util.c wm.c
OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm