mirror of https://github.com/ArduPilot/ardupilot
waf: readme: add an shortcut example using a main product group
The necessity for that was pointed out in the PR #3841 ("waf: readme: update information regarding groups" - https://github.com/ArduPilot/ardupilot/pull/3841).
This commit is contained in:
parent
a8c370a0cb
commit
4d632a5bb2
|
@ -134,6 +134,9 @@ waf bin
|
|||
|
||||
# Build all examples
|
||||
waf examples
|
||||
|
||||
# Build arducopter binaries
|
||||
waf copter
|
||||
```
|
||||
|
||||
## Building a specific program ##
|
||||
|
|
Loading…
Reference in New Issue