A simple CLI tool in C that takes an errno code as a command-line argument and prints its corresponding error description .
make: will compilemake compilemake install: will cp the binary to /home/USER/.local/binmake uninstall: remove /home/USER/.local/bin/errnomake clean: rm ./errno

