doggo/justfile
2024-05-05 21:04:43 +02:00

8 lines
74 B
Makefile

alias b := build
build:
zig build
alias r := run
run:
zig build run