System Monitor Project similar to HTOP in C++ for linux systems.
This project uses Make. The Makefile has four targets:
buildcompiles the source code and generates an executableformatapplies ClangFormat to style the source codedebugcompiles the source code and generates an executable, including debugging symbolscleandeletes thebuild/directory, including all of the build artifacts
