make: simple install target
This commit is contained in:
parent
a2c2ed5216
commit
ab0a7e122a
3
Makefile
3
Makefile
@ -76,6 +76,9 @@ build: lotus lotus-storage-miner
|
|||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
|
||||||
|
install:
|
||||||
|
install -C ./lotus /usr/local/bin/lotus
|
||||||
|
install -C ./lotus /usr/local/bin/lotus-storage-miner
|
||||||
|
|
||||||
benchmarks:
|
benchmarks:
|
||||||
go run github.com/whyrusleeping/bencher ./... > bench.json
|
go run github.com/whyrusleeping/bencher ./... > bench.json
|
||||||
|
Loading…
Reference in New Issue
Block a user