yr/justfile
Tim Hårek Andreassen 29764bd79a
chore: Add more recipes to just
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
2024-09-24 22:08:08 +02:00

14 lines
125 B
Makefile

default:
just --list
build:
echo "not implemented yet"
dev:
go run cmd/yr.go
test:
go test ./...
tidy:
go mod tidy