I’ve created a new C++ build system: g++ *
@rifkin
Make your main.cpp executable, and add this as the first line:
///usr/bin/env -S g++ *cpp -* && exit 0
Then you can build your code just with:
$ ./main.cpp
And it will work even with backup files or executables in the directory.
