From ccca233ad597b9e13d5bc3ad0ac515230a49e85b Mon Sep 17 00:00:00 2001 From: Rafael Weinstein Date: Thu, 23 Oct 2014 16:10:08 -0700 Subject: [PATCH] Update HACKING.md --- engine/src/flutter/HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/HACKING.md b/engine/src/flutter/HACKING.md index b63654e17b2..e53c80d69d9 100644 --- a/engine/src/flutter/HACKING.md +++ b/engine/src/flutter/HACKING.md @@ -5,7 +5,7 @@ Building -------- * Follow the setup & build instructions for [mojo](https://github.com/domokit/mojo) -* Build ``sky`` with ``ninja``, e.g. ``ninja C out/Debug sky`` +* Build ``sky`` with ``ninja``, e.g. ``ninja -C out/Debug sky`` Running applications --------------------