Fix typo in the Makefile

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2019-10-09 23:00:02 +02:00
parent 0c6fcde9c4
commit b2fdb565e4
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -63,7 +63,7 @@ lotus: $(BUILD_DEPS)
.PHONY: lotus
CLEAN+=lotus
lotus-sotrage-miner: $(BUILD_DEPS)
lotus-storage-miner: $(BUILD_DEPS)
rm -f lotus-storage-miner
go build -o lotus-storage-miner ./cmd/lotus-storage-miner
go run github.com/GeertJohan/go.rice/rice append --exec lotus-storage-miner -i ./build
@ -72,7 +72,7 @@ lotus-sotrage-miner: $(BUILD_DEPS)
CLEAN+=lotus-storage-miner
build: lotus lotus-sotrage-miner
build: lotus lotus-storage-miner
.PHONY: build