A reimplementation of the ping utility in C — sends ICMP echo requests to a
host and reports round-trip times.
- A C compiler (
cc,gcc, orclang) make
makeThis compiles the sources in src/ and produces the executable at build/ring.
make runBuilds if needed, then runs the program.
make cleanRemoves the build/ directory and all compiled artifacts.