I rewrote 90% of the functionality of my Build System in a single #Make file, which should make starting new #c or #cpp projects very straightforward: just list your system dependencies, and maybe add a couple compiler flags and Make will do the rest.
Every .cpp in `./src` will be compiled, and every .a/.so in `./lib` will be linked. Both directories will be included (-I).
I might add a command for Dedalo so it can generate something similar based on the build.cpp.










