From 3be84787d4ad678e0a631cd83465ef7bcae49ae3 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 11 Dec 2020 20:10:40 +0800 Subject: [PATCH] easy way to make install app --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index aa7575698..c0aa13305 100644 --- a/Makefile +++ b/Makefile @@ -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)