Merge pull request #316 from filecoin-project/typo/makefile
Fix typo in the Makefile
This commit is contained in:
commit
fde1f7f4cb
4
Makefile
4
Makefile
@ -63,7 +63,7 @@ lotus: $(BUILD_DEPS)
|
|||||||
.PHONY: lotus
|
.PHONY: lotus
|
||||||
CLEAN+=lotus
|
CLEAN+=lotus
|
||||||
|
|
||||||
lotus-sotrage-miner: $(BUILD_DEPS)
|
lotus-storage-miner: $(BUILD_DEPS)
|
||||||
rm -f lotus-storage-miner
|
rm -f lotus-storage-miner
|
||||||
go build -o lotus-storage-miner ./cmd/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
|
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
|
CLEAN+=lotus-storage-miner
|
||||||
|
|
||||||
build: lotus lotus-sotrage-miner
|
build: lotus lotus-storage-miner
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user