diff --git a/justfile b/justfile index 90b2629..b1f5238 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,10 @@ # use bash set shell := ["bash", "-c"] +default: + @just build + @just test + build: zig build