Skip to content

Commit

Permalink
chore(Makefile): Update build target
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed May 20, 2024
1 parent 7d6aecd commit e1ea5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lint:
$(GOLINT) $(GOLINTFLAGS) ./...

.PHONY: build
build: vet
build:
$(GO) build -v -o ./tmp/main .

.PHONY: test
Expand Down

0 comments on commit e1ea5aa

Please sign in to comment.