diff --git a/Makefile b/Makefile index e6c5f1b54..5821922ea 100644 --- a/Makefile +++ b/Makefile @@ -379,3 +379,6 @@ docsgen-cli: lotus lotus-miner lotus-worker print-%: @echo $*=$($*) + +circleci: + go generate -x ./.circleci \ No newline at end of file