Created MPW-Make (markdown)

ksherlock 2015-06-23 13:44:21 -04:00
parent b7c8068fb9
commit 2cf63739dc

6
MPW-Make.md Normal file

@ -0,0 +1,6 @@
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.