From c6c202d7d403fb01d320067659fa34dcac89b71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Tue, 22 Jun 2021 21:25:36 +0100 Subject: [PATCH] add makefile target. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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