mirror of
https://github.com/balkian/pingish
synced 2024-12-21 23:28:13 +00:00
6 lines
108 B
Makefile
6 lines
108 B
Makefile
build:
|
|
CGO_ENABLED=0 go build -ldflags="-s -w" -o pingish
|
|
|
|
run: build
|
|
./pingish -c 10 -host www.google.es
|