feat: enhance Makefile and README with LanceDB build options

This commit is contained in:
mlogclub
2026-06-07 23:01:04 +08:00
parent 93b9378c15
commit 1f3795465b
2 changed files with 84 additions and 7 deletions
+2
View File
@@ -188,7 +188,9 @@ Default development URLs:
```bash
make dev # start backend and frontend development servers
make build # build the frontend SPA and current-platform Go binary into dist/
make build LANCEDB=1 # build the current-platform LanceDB binary into dist/
make release # build linux/darwin/windows release binaries into dist/
make release LANCEDB=1 # build LanceDB release binaries into dist/
make generator # run code generation
make enums # generate frontend enums
make help # show available make targets