Skip to content

Commit

Permalink
fix(makefile): Remove.DEFAULT_GOAL and.PHONY
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
  • Loading branch information
cubxxw committed Mar 20, 2023
1 parent fed75f4 commit daa2fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export CGO_ENABLED=0

BINDIR:=/usr/bin/

.DEFAULT_GOAL := build
.PHONY: clean build format imports lint test unit acceptance prepare-for-pr verify verify-format benchmark
# .DEFAULT_GOAL := build
# .PHONY: clean build format imports lint test unit acceptance prepare-for-pr verify verify-format benchmark

## bUild: Build the program
build: out
Expand Down

0 comments on commit daa2fa1

Please sign in to comment.