v 4.13.1 Updated: 2 years, 8 months ago
dmake is a re-implementation of the UNIX Make utility
dmake is a re-implementation of the UNIX Make utility with significant enhancements. dmake executes commands found in an external file called a makefile to update one or more target names. Each target may depend on zero or more prerequisite targets. If any of the target's prerequisites is newer than the target or if the target itself does not exist, then dmake will attempt to make the target.
https://jimjag.github.io/dmake/
To install dmake, paste this into the macOS Terminal after installing MacPorts
sudo port install dmake
Installations | 3 |
Requested Installations | 3 |