1
0
mirror of https://github.com/balkian/pingish synced 2024-11-21 11:02:29 +00:00
pingish/Makefile

9 lines
158 B
Makefile
Raw Permalink Normal View History

2018-10-18 11:09:48 +00:00
build:
CGO_ENABLED=0 go build -ldflags="-s -w" -o pingish
2018-12-17 18:19:26 +00:00
docker-build:
docker build -t balkian/pingish .
2018-10-18 11:09:48 +00:00
run: build
./pingish -c 10 -host www.google.es