From 9fffd0b1bbe80d841d14c11c981980df9f92b3ca Mon Sep 17 00:00:00 2001 From: Yury Bayda Date: Sun, 2 Aug 2026 20:31:44 -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 f5cd427..49a1126 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ terminal. | Command | Result | | ------------------- | ----------------------------------------- | | `make all` | Build and run the test suite | +| `make help` | Show the Make command reference | | `make build` | Configure and build without running tests | | `make test` | Build and run the test suite | | `make format` | Format tracked C++ and header files |