Skip to content

Commit

Permalink
fixed: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Oct 10, 2019
1 parent 8697fbd commit 3cc231c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ test:
build:
CGO_ENABLED=0 go build

build_linux: prebuild
build_linux:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build

build_darwin: prebuild
build_darwin:
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build

0 comments on commit 3cc231c

Please sign in to comment.