Skip to content

Commit

Permalink
doc/build: update Makefile support make build (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanweixiao authored Dec 19, 2020
1 parent 4f688d2 commit 5ca8b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ fmt:

vet:
$(GO) vet $(VETPACKAGES)
build:
$(GO) build -o bin/yomo -ldflags "-s -w" ./cmd/yomo

0 comments on commit 5ca8b1e

Please sign in to comment.