zlox/.justfile

9 lines
71 B
Makefile

build:
zig build
run:
zig build run
test:
zig build test