easy way to make install app

This commit is contained in:
Frank 2020-12-11 20:10:40 +08:00
parent 65b921c62c
commit 3be84787d4

View File

@ -115,6 +115,9 @@ install-miner:
install-worker:
install -C ./lotus-worker /usr/local/bin/lotus-worker
install-app:
install -C ./$(APP) /usr/local/bin/$(APP)
# TOOLS
lotus-seed: $(BUILD_DEPS)