easy way to make install app
This commit is contained in:
parent
65b921c62c
commit
3be84787d4
3
Makefile
3
Makefile
@ -115,6 +115,9 @@ install-miner:
|
|||||||
install-worker:
|
install-worker:
|
||||||
install -C ./lotus-worker /usr/local/bin/lotus-worker
|
install -C ./lotus-worker /usr/local/bin/lotus-worker
|
||||||
|
|
||||||
|
install-app:
|
||||||
|
install -C ./$(APP) /usr/local/bin/$(APP)
|
||||||
|
|
||||||
# TOOLS
|
# TOOLS
|
||||||
|
|
||||||
lotus-seed: $(BUILD_DEPS)
|
lotus-seed: $(BUILD_DEPS)
|
||||||
|
Loading…
Reference in New Issue
Block a user