Merge pull request #373 from filecoin-project/feat/make-install

make: Simple install target
This commit is contained in:
Łukasz Magiera 2019-10-15 07:04:46 +02:00 committed by GitHub
commit a93ac4da18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,9 @@ build: lotus lotus-storage-miner
.PHONY: build
install:
install -C ./lotus /usr/local/bin/lotus
install -C ./lotus /usr/local/bin/lotus-storage-miner
benchmarks:
go run github.com/whyrusleeping/bencher ./... > bench.json