Skip to content

Commit

Permalink
Fix Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
verbit committed Mar 17, 2020
1 parent 0645122 commit 3c6a975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LDFLAGS := -ldflags="-s -w -extldflags -static"
DIST_DIRS := find * -type d -exec

build:
mkdir -p bin && \
go build $(LDFLAGS) -o ./bin/ ./cmd/...

.PHONY: clean
Expand Down

0 comments on commit 3c6a975

Please sign in to comment.