Skip to content

Commit 1933a06

Browse files
committed
chore: M5 CI/Workflow Sweep - add blockers and contractile.just
1 parent 5f39caf commit 1933a06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ set dotenv-load := true
77
set positional-arguments := true
88

99
# Use Zig as C compiler/linker (avoids gcc dependency)
10+
import? "contractile.just"
11+
1012
export CC := env_var_or_default("CC", justfile_directory() / "zig-cc")
1113
export AR := env_var_or_default("AR", justfile_directory() / "zig-ar")
1214

0 commit comments

Comments
 (0)