refactor: commands

This commit is contained in:
debugtalk
2022-01-08 15:10:37 +08:00
parent d3c97800f0
commit 288346bfd8
18 changed files with 45 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ test: ## run unit tests
.PHONY: build
build: ## build hrp cli tool
@echo "[info] build hrp cli tool"
@. hrp/scripts/build.sh
@. cli/scripts/build.sh
.PHONY: help
help: ## print make commands