Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonkayZK committed May 31, 2020
2 parents b8f86e5 + b1a06df commit c65fd7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ run:
# Cross compilation
# mac
build-mac:
test
CGO_ENABLED=0 $(GOBUILD) -o $(MAC_BINARY_NAME)/$(NAME)

# linux
build-linux:
test
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 $(GOBUILD) -o $(LINUX_BINARY_NAME)/$(NAME)
# windows
build-win:
test
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(WIN_BINARY_NAME)/$(NAME).exe

0 comments on commit c65fd7a

Please sign in to comment.