From ab0a7e122a9f4d4440efe02cbc8ac343a725e4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 15 Oct 2019 04:35:22 +0200 Subject: [PATCH] make: simple install target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 441bc03fc..8f4a0890a 100644 --- a/Makefile +++ b/Makefile @@ -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