pouriyajamshidi / tcping

Ping TCP ports using tcping. Inspired by Linux's ping utility. Written in Go
MIT License
588 stars 61 forks source link

break build section of Makefile into smaller chunks #185

Closed pouriyajamshidi closed 9 months ago

pouriyajamshidi commented 9 months ago

Summary

Currently the build section of the Makefile contains all the compilation logic and at times it is hard to read.

I would suggest breaking it into smaller chunks. For instance:

[...]
build_windows:
[...]
build_linux_amd64:
[...]