taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ea42781359451e73995bea46c20a9e809b5eb004
parent 604bd5cb65024446f73c18fd2dce9dc7032242d2
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sun, 14 Jun 2015 19:38:22 +0200

trivial change

Diffstat:
Mwallet.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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