dmake

v 4.13.1 Updated: 1 year, 11 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 in macOS terminal after installing MacPorts

sudo port install dmake

Add to my watchlist

Installations 3
Requested Installations 3