Skip to content

Commit

Permalink
feat: improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Feb 2, 2024
1 parent 7461db6 commit 1dd9d31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ vet: ## Run go vet against code.
##@ Build
build: fmt vet ## Build service binary.
go build -o tenv ./cmd/tenv
go build -o tofu ./cmd/tofu
go build -o terraform ./cmd/terraform
go build -o terragrunt ./cmd/terragrunt

run: vet ## Run service from your laptop.
go run ./main.go
Expand Down

0 comments on commit 1dd9d31

Please sign in to comment.