Is it possible to organize a project that will consist of several main files. I want to write several simple programs in one project, but for them to be divided into different files. So that it would be possible to choose during compilation what to build, via dub. Is this possible?
Avoid dub for this, spend the 50 lines of code to write a build script