1
0
Fork 0
mirror of https://github.com/pnx/pinger.git synced 2026-06-16 03:24:54 +02:00
pinger/Makefile

5 lines
47 B
Makefile

GO=go
pinger : main.go
$(GO) build -o $@ $^