Skip to content

Commit

Permalink
chore: refactor build process and remove unused target from Makefile
Browse files Browse the repository at this point in the history
- Remove the `gazelle` target from the Makefile
- Change the `go build` command to include the `-v` flag

Signed-off-by: Sean Zheng <[email protected]>
  • Loading branch information
blackhorseya committed Jul 26, 2024
1 parent 7d0129e commit cdffb77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ clean: ## clean build directory
@rm -rf cover.out result.json ./deployments/charts/*.tgz
@rm -rf $(BUILD_DIR)

.PHONY: gazelle
gazelle: ## run gazelle with bazel
@bazel run //:gazelle

.PHONY: build
build: ## build go binary
@go build ./...
@go build -v ./...

.PHONY: test
test: ## run test
Expand Down

0 comments on commit cdffb77

Please sign in to comment.