stillbox/Makefile
2024-07-14 17:39:03 -04:00

5 lines
82 B
Makefile

all:
go build -o gordio ./cmd/gordio/
generate:
sqlc generate -f sql/sqlc.yaml