zlox/.justfile

9 lines
71 B
Makefile
Raw Normal View History

2024-08-24 14:59:57 +02:00
build:
zig build
run:
zig build run
test:
zig build test