Skip to content

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//!
88
//! SPDX-License-Identifier: MIT
99
const std = @import("std");
10+
pub const zigfsm = @import("src/main.zig");
1011

1112
pub fn build(b: *std.Build) void {
1213
const target = b.standardTargetOptions(.{});

0 commit comments

Comments
 (0)