mirror of
https://github.com/status-im/infra-utils.git
synced 2025-02-23 09:28:08 +00:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
amd64:
|
|
GOARCH=$@ go build -o tcp-ping-$@ main.go
|
|
|
|
arm64:
|
|
GOARCH=$@ go build -o tcp-ping-$@ main.go
|
|
|