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

Adding makefile

This commit is contained in:
Henrik Hautakoski 2025-05-25 22:28:47 +02:00
parent ab292886a8
commit c010b082da

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
GO=go
pinger : main.go
$(GO) build -o $@ $^