More website changes

This commit is contained in:
Dale Weiler 2013-04-21 10:52:15 +00:00
parent 56c0fa48c8
commit ded22d9347

View file

@ -551,13 +551,41 @@ $ cd gmqcc
<td>testsuite</td>
<td>Builds the testsuite for GMQCC</td>
</tr>
<tr>
<td>check, test</td>
<td>Build and executes the testsuite for GMQCC</td>
</tr>
<tr>
<td>pak</td>
<td>Builds the pak utility</td>
</tr>
<tr>
<td>splint</td>
<td>Runs splint (static analysis) on the source</td>
</tr>
<tr>
<td>gource</td>
<td>Runs gource visualization on the source</td>
</tr>
<tr>
<td>gource-record</td>
<td>Runs gource visualization and produces a rendered mp4</td>
</tr>
<tr>
<td>depend</td>
<td>Builds dependinces into the Makefile</td>
</tr>
<tr>
<td>all</td>
<td>Builds gmqcc, qcvm, and testsuite</td>
<td>Builds gmqcc, qcvm, pak, and testsuite</td>
</tr>
<tr>
<td>install</td>
<td>Installs gmqcc to /usr/local/</td>
<td>Installs gmqcc, qcvm, and documentaion</td>
</tr>
<tr>
<td>uninstall</td>
<td>Uninstalls gmqcc, qcvm, and documentation</td>
</tr>
<tr>
<td>check</td>