From a375d532f6c33dfe80d240b8bcd8c2567e46e91d Mon Sep 17 00:00:00 2001 From: vyzo Date: Thu, 7 Apr 2022 16:34:18 +0300 Subject: [PATCH] add make rules to fetch actor bundles --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12f67ca3e..d41763745 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,14 @@ build/.update-modules: # end git modules +# builtin actor bundles +builtin-actor-bundles: + ./build/builtin-actors/fetch-bundles.sh + +BUILD_DEPS+=builtin-actor-bundles + +.PHONY: builtin-actor-bundles + ## MAIN BINARIES CLEAN+=build/.update-modules @@ -362,4 +370,4 @@ print-%: @echo $*=$($*) circleci: - go generate -x ./.circleci \ No newline at end of file + go generate -x ./.circleci