Skip to content

Commit

Permalink
make: cleanup
Browse files Browse the repository at this point in the history
* `run` recipe removed: use `go run` directly instead
* declare purpose of the Makefile
  • Loading branch information
avindra authored Jan 25, 2021
1 parent 62ad9ef commit 2f59333
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Uses for this Makefile: CI/CD and local development

build:
@go build -ldflags "-s -w" .

run:
@go run .

test:
@go test ./...

0 comments on commit 2f59333

Please sign in to comment.