Merge pull request #5183 from filcloud/make-app

easy way to make install app
This commit is contained in:
Łukasz Magiera 2021-07-22 15:51:43 +02:00 committed by GitHub
commit 604e972e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,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)