Skip to content

Commit

Permalink
feat: add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrb committed Oct 28, 2024
1 parent 925f0cd commit 15d4c94
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
build:
CGO_ENABLED=0 go build -ldflags="-s -w"

test:
go test -v

lint:
go vet
go fmt

update:
go get -u
go mod tidy

0 comments on commit 15d4c94

Please sign in to comment.