A re-implementation of the venerable `make(1)` command of [[UNIX]] fame. It is simpler and offers some enhancements over the original.
# Notes
Expanding a non-existent variable will result in an error. As with `make(1)`, variable expansion happens *before* `MKSHELL` is invoked.