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:
Gustavo Jose de Sousa 2016-06-14 14:18:57 -03:00 committed by Lucas De Marchi
parent a8c370a0cb
commit 4d632a5bb2
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@ waf bin
# Build all examples
waf examples
# Build arducopter binaries
waf copter
```
## Building a specific program ##