From b2c37cbc1ce7f6638d7b57376719f2e0ba2d53ca Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 17 Jan 2026 12:58:26 +0900 Subject: add justfile --- justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..859ad6c --- /dev/null +++ b/justfile @@ -0,0 +1,11 @@ +help: + @just -l + +build: fmt + @zig build + +test: fmt + @zig test src/root.zig + +fmt: + @zig fmt . -- cgit v1.3-1-g0d28