Merge branch 'master' into feat/fix-pricelist

This commit is contained in:
ZenGround0 2021-07-22 09:52:45 -04:00 committed by GitHub
commit e647d9913e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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