9 lines
89 B
Makefile
9 lines
89 B
Makefile
build:
|
|
zig build
|
|
|
|
run *ARGS:
|
|
zig build run -- {{ARGS}}
|
|
|
|
test:
|
|
zig build test
|