@echo "Can't find gox command, will start installation..."
cd ~ && go get -v -u github.com/mitchellh/gox &&cd$(ROOT_DIR)
endif
@# $(if$(findstring 0,$(shell type gox >/dev/null 2>&1;echo$$?)),,echo "Can't find gox command, will start installation...";GO111MODULE=off go get -v -u github.com/mitchellh/gox)
@echo "Can't find ghr command, will start installation..."
cd ~ && go get -v -u github.com/tcnksm/ghr &&cd$(ROOT_DIR)
endif
@# $(if$(findstring 0,$(shell type ghr >/dev/null 2>&1;echo$$?)),,echo "Can't find ghr command, will start installation...";GO111MODULE=off go get -v -u github.com/tcnksm/ghr)