mirror of
https://github.com/balkian/pingish
synced 2024-11-21 11:02:29 +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
|