feat: add help target to Makefile and update README with available make commands

This commit is contained in:
mlogclub
2026-06-07 22:53:48 +08:00
parent 637a08ccc0
commit 93b9378c15
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -191,6 +191,7 @@ make build # build the frontend SPA and current-platform Go binary into dis
make release # build linux/darwin/windows release binaries into dist/
make generator # run code generation
make enums # generate frontend enums
make help # show available make targets
```
## AI Agent Workflow