From 5b6d12f4ae9fe8748ea705dacc35f311e6b600a3 Mon Sep 17 00:00:00 2001 From: Jack Yao Date: Thu, 20 May 2021 23:02:41 +0800 Subject: [PATCH] fix first make error (#548) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29c36449..148453bb 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ $(FFI_DEPS): .filecoin-build ; git submodule update --init --recursive @touch $@ -build: .filecoin-build .update-modules +build: .update-modules .filecoin-build go build ./... test: build