From 4d632a5bb2cc7d5f92b421cf0852a3d1b753a617 Mon Sep 17 00:00:00 2001 From: Gustavo Jose de Sousa Date: Tue, 14 Jun 2016 14:18:57 -0300 Subject: [PATCH] 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). --- README-WAF.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README-WAF.md b/README-WAF.md index 10ad4f7e5f..e914b30185 100644 --- a/README-WAF.md +++ b/README-WAF.md @@ -134,6 +134,9 @@ waf bin # Build all examples waf examples + +# Build arducopter binaries +waf copter ``` ## Building a specific program ##