Skip to content

Commit

Permalink
add make build
Browse files Browse the repository at this point in the history
  • Loading branch information
kukymbr committed Oct 31, 2023
1 parent 0711131 commit 416c001
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ test:
go tool cover -html=coverage.out -o coverage.html
rm -f coverage.out

build:
go build

clean:
go clean

0 comments on commit 416c001

Please sign in to comment.