diff --git a/Makefile b/Makefile index 81d8e73ff8443a6cea3bfcc670e8534d364d0b3e..93e8ff7412cd4c03113c6c5d0990c37e20496523 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ release: clean build-all clean: ## Clean the generated artifacts rm -rf bin release +copy: darwin + sudo cp bin/darwin/$(NAME) $(shell which jcli) + dep: go get github.com/AlecAivazis/survey/v2 go get github.com/gosuri/uiprogress