Currently when compiling, the whole root directory and everywhere where theres a .nim file everything gets flooded with .c .o and .exe files. (EDIT: although .c and .o in nimcache) Is there a way to make it output all files in a different directory.
My dream would be so have a build script that pushd ..Build nim ..codeawesomeness.nim popd
And have all the build (c, o, exe) stuff (edit: and nimcache) in that build directory and have a clean code directory. If I am doing it wrong completely please let me know.
Thanks, J