aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
blob: 5e3863982707245fb4780c08fe84359bb7a469f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
help:
    @just -l

build: fmt
    @zig build

test: fmt
    @zig build test

fmt:
    @zig fmt .