Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 573 Bytes

CppND-System-Monitor

System Monitor Project similar to HTOP in C++ for linux systems.

System Monitor

Make

This project uses Make. The Makefile has four targets:

  • build compiles the source code and generates an executable
  • format applies ClangFormat to style the source code
  • debug compiles the source code and generates an executable, including debugging symbols
  • clean deletes the build/ directory, including all of the build artifacts