g++cmake
mkdir build,cd build,cmake ..,cmake --build .- Or to delete all build files except executable:
mkdir build,cd build,cmake ..,cmake --build . --target clear
If you found any bugs in program, please create new issue on the Issues page.