Skip to content

Commit

Permalink
chore: add setup target
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Nov 13, 2024
1 parent b112165 commit 40cf95a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ clean: ## Remove previous build.
find . -type f -name '*.gen.go' -exec rm {} +
git checkout go.mod

.PHONY: setup
setup: ## Setup the project.
@sh ./scripts/setupDev.sh

.PHONY: help
help: ## Display this help screen.
@grep -E '^[a-z.A-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 comments on commit 40cf95a

Please sign in to comment.