typo fix in makefile
This commit is contained in:
parent
9d3fc3c8e6
commit
d00b8b515f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -11,6 +11,6 @@ compile:
|
|||
echo "Compiling for every OS and Platform"
|
||||
GOOS=linux GOARCH=arm go build -o bin/sacrebleu-dns-linux-arm main.go
|
||||
GOOS=linux GOARCH=arm64 go build -o bin/sacrebleu-dns-linux-arm64 main.go
|
||||
GOOS=linux GOARCH=amd64 go build -o bin/sacrebleu-dns-linux-arm64 main.go
|
||||
GOOS=linux GOARCH=amd64 go build -o bin/sacrebleu-dns-linux-amd64 main.go
|
||||
|
||||
all: hello build
|
||||
all: hello build
|
||||
|
|
Loading…
Reference in a new issue