| author | |
| committer | |
| log | a03fee465b6463518da60d7df8417c7bfd29152b |
| tree | e8b4c2065bbc2bb04d6c455c02a138c0b29fe10f |
| parent | 9ada2f887c932b259c02a6a4b4cee4f136e26678 |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -71,6 +71,7 @@ pub fn build(b: *std.Build) !void { |
| 71 | 71 | |
| 72 | 72 | if (flat) { |
| 73 | 73 | b.installFile("LICENSE", "LICENSE"); |
| 74 | b.installFile("README.md", "README.md"); | |
| 74 | 75 | } |
| 75 | 76 | |
| 76 | 77 | const langref_step = b.step("langref", "Build and install the language reference"); |