mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 03:24:54 +02:00
5 lines
47 B
Makefile
5 lines
47 B
Makefile
|
|
GO=go
|
|
|
|
pinger : main.go
|
|
$(GO) build -o $@ $^
|