Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iceberg63 authored Dec 27, 2020
1 parent ee78698 commit e837828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ package-linux: build-linux-release
rm -r $(PACKAGE_NAME)_$(RELEASE)

## MacOS
build-darwin: setup_test deps
build-darwin-test: setup_test deps
GOOS=darwin GOARCH=amd64 go build -o $(MACOS_BINARY) -v

build-darwin-release: setup_release deps
Expand Down

0 comments on commit e837828

Please sign in to comment.