-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
79 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
all: | ||
GOOS=windows GOARCH=386 go build -o binaries/respounder-x86.exe respounder.go | ||
GOOS=windows GOARCH=amd64 go build -o binaries/respounder-x64.exe respounder.go | ||
GOOS=linux GOARCH=386 go build -o binaries/respounder-x86 respounder.go | ||
GOOS=linux GOARCH=amd64 go build -o binaries/respounder-x64 respounder.go | ||
GOOS=darwin GOARCH=386 go build -o binaries/respounder-osx respounder.go | ||
GOOS=windows GOARCH=386 go build -o binaries/respounder-win32.exe respounder.go | ||
GOOS=windows GOARCH=amd64 go build -o binaries/respounder-win64.exe respounder.go | ||
GOOS=linux GOARCH=386 go build -o binaries/respounder-linux32 respounder.go | ||
GOOS=linux GOARCH=amd64 go build -o binaries/respounder-linux64 respounder.go | ||
GOOS=darwin GOARCH=386 go build -o binaries/respounder-osx32 respounder.go | ||
GOOS=darwin GOARCH=amd64 go build -o binaries/respounder-osx64 respounder.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters