Home

Awesome

Wild

Yet another buildsystem, but in D!

JSON build file

Technical notes

If the first line in any build file starts with "#!" (aka a shebang), it will ignore the whole line. This allows the build file to be a executable script file on *nix systems

Object file will have the same timestamp as the source file. If they differ, it will recompile that file and everything above it in the hierarchy.