Skip to content

Commit

Permalink
fixed: clean up makefile event more
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Oct 10, 2019
1 parent 3cc231c commit e137f3e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,3 @@ lint:

test:
go test ./... -race -cover -covermode=atomic -coverprofile=unit_coverage.cov

build:
CGO_ENABLED=0 go build

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

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

0 comments on commit e137f3e

Please sign in to comment.