aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/running.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/running.html b/doc/running.html
index 3afc1b56..9dd2b411 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -120,7 +120,8 @@ file name:
120</p> 120</p>
121<ul> 121<ul>
122<li><tt>c</tt> &mdash; C source file, exported bytecode data.</li> 122<li><tt>c</tt> &mdash; C source file, exported bytecode data.</li>
123<li><tt>h</tt> &mdash; C header file, static bytecode data.</li> 123<li><tt>cc</tt> &mdash; C++ source file, exported bytecode data.</li>
124<li><tt>h</tt> &mdash; C/C++ header file, static bytecode data.</li>
124<li><tt>obj</tt> or <tt>o</tt> &mdash; Object file, exported bytecode data 125<li><tt>obj</tt> or <tt>o</tt> &mdash; Object file, exported bytecode data
125(OS- and architecture-specific).</li> 126(OS- and architecture-specific).</li>
126<li><tt>raw</tt> or any other extension &mdash; Raw bytecode file (portable). 127<li><tt>raw</tt> or any other extension &mdash; Raw bytecode file (portable).