Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Feb 8, 2024
1 parent d07d0d4 commit f52155c
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
@@ -1,7 +1,7 @@
.PHONY: test coverage lint vet

build:
go build
export CGO_ENABLED=0; go build
lint:
go fmt $(go list ./... | grep -v /vendor/)
vet:
Expand Down

0 comments on commit f52155c

Please sign in to comment.