zona-go/justfile
2025-04-05 16:51:38 -04:00

12 lines
165 B
Makefile

test:
go test ./...
gentest:
#!/bin/bash
if [ -e foobar ]; then
rm -rf foobar
fi
go run cmd/zona/main.go test
# bat foobar/img.html