Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
added dev.c instead of kb.c
[dwm.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
35963ce
..
41bc879
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,7
+3,7
@@
include config.mk
include config.mk
-SRC = client.c d
raw.c event.c kb.c mouse
.c util.c wm.c
+SRC = client.c d
ev.c draw.c event
.c util.c wm.c
OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm
OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm