Skip to content

Commit

Permalink
fix first make error (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Yao authored May 20, 2021
1 parent e91085d commit 5b6d12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b6d12f

Please sign in to comment.