Skip to content

Commit

Permalink
chore(Makefile): add default goal as build (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Triple-Z <me@triplez.cn>
  • Loading branch information
Triple-Z committed Jun 19, 2022
1 parent 10518d5 commit 5d21bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -97,6 +97,8 @@ export GOFLAGS ?= -count=1
# All targets.
.PHONY: help lint test build container push addlicense debug debug-local build-local generate clean test-local addlicense-install mockgen-install pypi-build

.DEFAULT_GOAL:=build

build: build-local ## Build the release version of envd

help: ## Display this help
Expand Down

0 comments on commit 5d21bd3

Please sign in to comment.