Run the program $ make $ ./program Clean build files $ make clean Build manually $ g++ -std=c++17 -Iinclude src/*.cpp -o program That's about it.