1
0
mirror of https://github.com/balkian/pingish synced 2025-08-29 19:22:20 +00:00
Files
pingish/Makefile
J. Fernando Sánchez de74385715 Version 1.0.1 with server
2018-12-17 19:19:26 +01:00

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