summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorTim Hockin <thockin@google.com>2016-05-30 17:22:53 -0700
committerTim Hockin <thockin@google.com>2016-07-12 21:52:54 -0700
commit18d6af7c105572d1e043be25e31eae2d59eb51b1 (patch)
tree27cf7a44eca500c50afe38f8303f9fc8a659368c /development.md
parent793488ebab93cd98c436bcf08de0845efe38ec1a (diff)
Make releases work
Diffstat (limited to 'development.md')
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index 4c00072e..571028c2 100644
--- a/development.md
+++ b/development.md
@@ -79,7 +79,7 @@ You may pass build options and packages to the script as necessary. To build
binaries for all platforms:
```sh
- hack/build-cross.sh
+ make cross
```
## Workflow