Recommendation
Use the options together for a more efficient compile.
Example: % compile and simulate myproject %
maxplus2 -c -s myproject
Instead of
maxplus2 -c myproject % compile project %
maxplus2 -s myproject % simulate project %
Add maxplus2 directory to your search path so you don¡¯t have to specify the pathname every time