mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 03:24:54 +02:00
Adding makefile
This commit is contained in:
parent
ab292886a8
commit
c010b082da
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
GO=go
|
||||||
|
|
||||||
|
pinger : main.go
|
||||||
|
$(GO) build -o $@ $^
|
||||||
Loading…
Add table
Add a link
Reference in a new issue