Files
grosbeak/Makefile
Matt Jadud f53639af2f Queueing, prepping to fetch
A lot more to go, but this is the core.

Need to think about how to test the queue handlers.
2025-11-30 21:29:30 -05:00

10 lines
208 B
Makefile

test: generate
cd internal/domain64 ; make test
generate:
cd internal/domain64 ; make generate
cd internal/liteq ; sqlc generate
cd internal/liteq ; make schema-const
run: generate
go run cmd/api/*.go