Skip to content

Commit 4ee399c

Browse files
authored
Update make reference with make coverage and DEBUG
1 parent cc9a741 commit 4ee399c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/makefile_reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ AliECS comes with a `make`-based build system, with all `.PHONY` targets.
1919
| `make tools/protoc` | ensures `protoc-gen-go` is present (included in `make tools`) |
2020
| `make doc`<br>`make docs` | regenerates command reference documentation for command line tools |
2121
| `make help` | displays inline documentation |
22+
| `make coverage` | builds a test coverage report |
2223

2324
The variable `WHAT` is obeyed by `make build` (or `make`) and `make install` in order to customize the components to build. For example `make WHAT=coconut install` builds and installs only `coconut`. By default `WHAT` includes all components.
25+
26+
Add `DEBUG=1` before `make` to enable non-optimized, debug builds.

0 commit comments

Comments
 (0)