diff --git a/Makefile b/Makefile index c1d55b2a5..83f576389 100644 --- a/Makefile +++ b/Makefile @@ -343,11 +343,14 @@ else @: endif -.PHONY: config_tests -config_tests: test_build ocaml_unit_test endtoend_test checkCopyright validate-skel +.PHONY: mod_dep +mod_dep: src_build_common $(QUIET)$(call silent_on_success,Building Infer source dependency graph,\ $(MAKE) -C $(SRC_DIR) mod_dep.dot) +.PHONY: config_tests +config_tests: test_build ocaml_unit_test endtoend_test checkCopyright validate-skel mod_dep + .PHONY: test test: crash_if_not_all_analyzers_enabled config_tests ifeq (,$(findstring s,$(MAKEFLAGS)))