diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/running.html | 3 |
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> — C source file, exported bytecode data.</li> | 122 | <li><tt>c</tt> — C source file, exported bytecode data.</li> |
123 | <li><tt>h</tt> — C header file, static bytecode data.</li> | 123 | <li><tt>cc</tt> — C++ source file, exported bytecode data.</li> |
124 | <li><tt>h</tt> — C/C++ header file, static bytecode data.</li> | ||
124 | <li><tt>obj</tt> or <tt>o</tt> — Object file, exported bytecode data | 125 | <li><tt>obj</tt> or <tt>o</tt> — 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 — Raw bytecode file (portable). | 127 | <li><tt>raw</tt> or any other extension — Raw bytecode file (portable). |