diff --git a/Makefile b/Makefile index 4e03d1b6a..a5ce8a99f 100644 --- a/Makefile +++ b/Makefile @@ -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)