Skip to content

Commit

Permalink
Fix phony Makefile target (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc authored Mar 14, 2023
1 parent e900227 commit e7d2681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static: clean
build: goversion clean
$(GOBUILD) $(LD_OPTS) -o $(BINARY_NAME) -v

.PHONY: test
test:
@$(GOTEST) ./...

Expand Down

0 comments on commit e7d2681

Please sign in to comment.