<title>Alternative modes of operation (<xreflinkend="modes"/>)</title>
<informaltable>
<tgroupcols="3"align="left"colsep="1"rowsep="1">
<thead>
<row>
<entry>Flag</entry>
<entry>Description</entry>
<entry>Static/Dynamic</entry>
<entry>Reverse</entry>
</row>
</thead>
<tbody>
<row>
<entry><option>--interactive</option></entry>
<entry>Interactive mode - normally used by just running <command>ghci</command></entry>
<entry>static</entry>
<entry>-</entry>
</row>
<row>
<entry><option>--make</option></entry>
<entry>Build a multi-module Haskell program, automatically figuring out dependencies. Likely to be much easier, and faster, than using <command>make</command>.</entry>