aboutsummaryrefslogtreecommitdiffstats
path: root/build.zig
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.2.1 release0.2.1Rutger Broekhoff2021-05-281-1/+1
* Move src/lib.zig to src/main.zig, release 0.2.0•••Rationale: `zig init-lib` generates src/main.zig, not src/lib.zig. Also, libraries like hzzp (https://github.com/truemedian/hzzp) use src/main.zig instead of src/lib.zig. This is a breaking change. 0.2.0Rutger Broekhoff2021-05-261-3/+3
* Simplify build.zigRutger Broekhoff2021-05-251-2/+2
* Prepare for 0.1.0 release0.1.0Rutger Broekhoff2021-05-251-23/+10
* Rename build stepsRutger Broekhoff2021-05-251-3/+3
* Put the znk tool into a different directoryRutger Broekhoff2021-05-251-14/+20
* Fix up build.zigRutger Broekhoff2021-05-211-7/+7
* Initial commitRutger Broekhoff2021-05-211-0/+49