You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/makefile_reference.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,8 @@ AliECS comes with a `make`-based build system, with all `.PHONY` targets.
19
19
|`make tools/protoc`| ensures `protoc-gen-go` is present (included in `make tools`) |
20
20
|`make doc`<br>`make docs`| regenerates command reference documentation for command line tools |
21
21
|`make help`| displays inline documentation |
22
+
|`make coverage`| builds a test coverage report |
22
23
23
24
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