projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1caf65
)
Don't recompile all objects in scripts change.
author
Daniel Carl
<danielcarl@gmx.de>
Fri, 2 Jun 2017 22:48:27 +0000
(
00:48
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Fri, 2 Jun 2017 22:48:27 +0000
(
00:48
+0200)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
7f037c6
..
aa87200
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-15,7
+15,11
@@
vimb: $(OBJ)
@echo "${CC} $@"
$(Q)$(CC) $(OBJ) $(LDFLAGS) -o $@
-$(OBJ): config.h $(BASEDIR)/config.mk scripts/scripts.h
+$(OBJ): config.h $(BASEDIR)/config.mk
+
+normal.o: scripts/scripts.h
+
+setting.o: scripts/scripts.h
-include $(OBJ:.o=.d)