Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
continued with draw.c abstraction, also started util.{h,c} implementation, that will...
[dwm.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
ce6e508
..
b04b79c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,7
+3,7
@@
include config.mk
-SRC = draw.c dwm.c
+SRC =
util.c
draw.c dwm.c
OBJ = ${SRC:.c=.o}
all: options dwm