From 370e893fb3320e00d451e20a71cc3b1d33851220 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 9 Jan 2017 21:13:04 +1100 Subject: [PATCH] waf: fixed build docs for arducopter --- BUILD.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index 0d1bae4b3e..820f99b890 100644 --- a/BUILD.md +++ b/BUILD.md @@ -63,7 +63,7 @@ list some basic and more used commands as example. uses the `--targets` option that is explained in the next item. ```sh - ./waf --targets bin/arducopter-quad --upload + ./waf --targets bin/arducopter --upload ``` Currently Linux boards don't support the upload option, but there's an @@ -92,7 +92,7 @@ list some basic and more used commands as example. ``` # Quad frame of ArduCopter - ./waf --targets bin/arducopter-quad + ./waf --targets bin/arducopter # unit test of our math functions ./waf --targets tests/test_math @@ -226,7 +226,7 @@ to `build//` to the option `--targets`. Example: ```bash # Build arducopter for quad frame -./waf --targets bin/arducopter-quad +./waf --targets bin/arducopter # Build vectors unit test ./waf --targets tests/test_vectors