Skip to content

Commit

Permalink
Merge pull request #5183 from filcloud/make-app
Browse files Browse the repository at this point in the history
easy way to make install app
  • Loading branch information
magik6k authored Jul 22, 2021
2 parents 90ad0d8 + 3be8478 commit 604e972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 604e972

Please sign in to comment.