summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4fd50c6..6fcae19 100644
--- a/Makefile
+++ b/Makefile
@@ -78,15 +78,15 @@ include: $(VERSION_HDR) $(CONFIGS)
@$(ECHO_INFO) "building in directory $@/ ..."
@$(MAKE) -C $@
-src: $(VERSION_HDR) $(CONFIGS)
+src: $(VERSION_HDR) $(CONFIGS) include
@$(ECHO_INFO) "building in directory $@/ ..."
@$(MAKE) -C $@
-tests: src
+tests: src include
@$(ECHO_INFO) "building in directory $@/ ..."
@$(MAKE) -C $@
-tools: src
+tools: src include
@$(ECHO_INFO) "building in directory $@/ ..."
@$(MAKE) -C $@