From a49cb300eb41d8e414ae519ceaaa28ed9bb6961a Mon Sep 17 00:00:00 2001 From: Christian M Date: Wed, 7 Oct 2020 11:27:16 +0200 Subject: [PATCH] Fixed missing dependancy in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fbc181a..38b87f07 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,6 @@ test: test_fmt test_gotest test_examples .PHONY: local local: test_fmt test_lint test_gotest test_examples -%: force +%: force Coding/bin/Makefile.base @$(MAKE) -f Coding/bin/Makefile.base $@ force: ; \ No newline at end of file