aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
AgeCommit message (Collapse)Author
2021-02-14Attempt to make the version error and README clearer (#14)Dave Gauer
2021-02-14Added testing abilityDave Gauer
For the full details, see patches/README.md :-)
2021-02-14Make "check and halt" the default for zig build NN (#15)Dave Gauer
The "start with NN" action is now NN_start. Also formatting output for improved clarity (hopefully).
2021-02-14Added ex 45 optionalsDave Gauer
(And secretly added the patches/ dir. Don't tell anybody!)
2021-02-13Emit correct output as green text indicating passed.Dave Gauer
2021-02-11Use a zig build script to run ziglingsMartin Wickham