remove Makefile

This commit is contained in:
Anton Evangelatov 2020-06-17 19:05:00 +02:00
parent 3cc6fb6c6e
commit 1b92795d93

View File

@ -1,11 +0,0 @@
all:
deps:
git submodule update --init
cd extern/filecoin-ffi && make
run-exec:
testground run single --plan=network --testcase=lotus-network --builder=exec:go --runner=local:exec --instances=2
run-docker:
testground run single --plan=network --testcase=lotus-network --builder=docker:go --runner=local:docker --instances=2