zlox/.justfile

9 lines
89 B
Makefile

build:
zig build
run *ARGS:
zig build run -- {{ARGS}}
test:
zig build test