From 27d38fd04c0dd5383d556257a09ef50d754adb72 Mon Sep 17 00:00:00 2001 From: Yury Bayda Date: Fri, 31 Jul 2026 19:53:17 -0700 Subject: [PATCH] docs: document make help target --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 582fff5..5060ec9 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Make is optional. Run `make` or `make help` to list these commands in the termin | Command | Result | | ------------------- | --------------------------------------- | | `make all` | Run the test suite | +| `make help` | Show the command reference | | `make test` | Run the test suite | | `make format` | Format tracked Python files | | `make format-check` | Check formatting without changing files |