From bce6c899f65ad05587a1067c235251a5c3fff9fd Mon Sep 17 00:00:00 2001 From: protolambda Date: Sat, 8 Jun 2019 13:30:47 +0200 Subject: [PATCH] improve makefile: declare new targets as non-file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab0806c24..f79b89dad 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ PY_SPEC_PHASE_1_DEPS = $(SPEC_DIR)/core/1_*.md PY_SPEC_ALL_TARGETS = $(PY_SPEC_PHASE_0_TARGETS) $(PY_SPEC_PHASE_1_TARGETS) -.PHONY: clean all test citest gen_yaml_tests pyspec phase0 phase1 install_test +.PHONY: clean all test citest lint gen_yaml_tests pyspec phase0 phase1 install_test install_deposit_contract_test test_deposit_contract compile_deposit_contract all: $(PY_SPEC_ALL_TARGETS) $(YAML_TEST_DIR) $(YAML_TEST_TARGETS)