mirror of
https://github.com/balkian/pingish
synced 2024-11-21 02:52:29 +00:00
9 lines
158 B
Makefile
9 lines
158 B
Makefile
build:
|
|
CGO_ENABLED=0 go build -ldflags="-s -w" -o pingish
|
|
|
|
docker-build:
|
|
docker build -t balkian/pingish .
|
|
|
|
run: build
|
|
./pingish -c 10 -host www.google.es
|