Fix typo in the Makefile
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
0c6fcde9c4
commit
b2fdb565e4
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user