People often ask: "what build system should I use with V?"
The answer is you don't need one! Just run `v .`, it'll build all V files/modules in current dir.
In case you need a more complex project structure, simply add a small build.vsh file and run it with `v run build.vsh`.