]> git.armaanb.net Git - dwm.git/blobdiff - Makefile
added dev.c instead of kb.c
[dwm.git] / Makefile
index 35963ce519af1d74dab4ebef9e66604f7b1c948f..41bc8791bf678f2987755b3efcaf52cb6a7b27d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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