| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8ffa1ab..719b8ea 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,7 @@ build: export.a export.a: $(OBJ_FILES) $(SUBCOMPONENTS_EXPORT) ar -crT $@ $^ -$(SUBCOMPONENTS_EXPORT): +$(SUBCOMPONENTS_EXPORT): .JUST_CHECK $(MAKE) -C $(dir $@) export.a clean: @@ -27,4 +27,6 @@ clean: sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \ rm -f $@.$$$$ +.JUST_CHECK: + include $(DEP_FILES) |


