From d800a473c94dc5a9251073e5011728bb60dfa970 Mon Sep 17 00:00:00 2001 From: up9-github Date: Tue, 27 Apr 2021 18:12:15 +0300 Subject: [PATCH] Update Makefile --- cli/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/Makefile b/cli/Makefile index 5f6b61d62..322898282 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -1,3 +1,7 @@ +install: + go build -o bin/main main.go + cp bin/main /usr/local/bin/mizu + build: go build -o bin/main main.go