qb
qb copied to clipboard
Zero-configuration build system to very quickly build C/C++ projects.
We need a way to allow setting arbitrary compiler and linker flags, on an OS-specific basis. For example, a problem arises if we have this command: (just an example, this...
See #3 for some more information.
Keep a state of already compiled files so subsequent builds are faster.
Add a verbose flag which controls whether to show filenames while compiling or not. When we're not being verbose, we could potentially display a progress spinner as well!