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 |