summaryrefslogtreecommitdiff
path: root/wallet.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-06-14 19:38:22 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-06-14 19:38:22 +0200
commitea42781359451e73995bea46c20a9e809b5eb004 (patch)
tree5969a506ee7b6721a761ca150b3190db172abc29 /wallet.rst
parent604bd5cb65024446f73c18fd2dce9dc7032242d2 (diff)
downloaddocs-ea42781359451e73995bea46c20a9e809b5eb004.tar.gz
docs-ea42781359451e73995bea46c20a9e809b5eb004.tar.bz2
docs-ea42781359451e73995bea46c20a9e809b5eb004.zip
trivial change
Diffstat (limited to 'wallet.rst')
-rw-r--r--wallet.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet.rst b/wallet.rst
index ebd21e32..4510b3ba 100644
--- a/wallet.rst
+++ b/wallet.rst
@@ -118,7 +118,7 @@ Some simple tests written in `C` are placed into our wallte's source tree, so
.. sourcecode:: bash
cd wallet/wallet_button/emscripten/hello_world/
- source final_build-${X} # with ${X} being the prefix of some ${X}.c
+ source final_build-${X}.sh # with ${X} being the prefix of some ${X}.c in this directory
Your environment has now two functions, ``assmb`` and ``linkit``, where the former will just assemble
the test ``${X}.c`` (leaving a file named ``${X}.o`` inspectable by ``llvm-nm`` or ``llvm-objdump``) and