-
-
Notifications
You must be signed in to change notification settings - Fork 21
MPW Make
ksherlock edited this page Jun 23, 2015
·
1 revision
As an alternative to converting MPW Makefiles, you may be able to use them directly.
If you run mpw Make
, it will generate a list of MPW shell commands to run. The MPW shell would, of course, execute them. The OS-X terminal will, of course, not execute them.
The mpw-make
command runs the original MPW Make command, parses the output, and then executes it. use the --dry-run
flag to print without executing. Use the --help
to display help information.