v 4.4.1 Updated: 2 years, 7 months ago
GNU Make
Make is a tool which controls the generation of executables and other non-source files of a program from the program’s source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.
https://www.gnu.org/software/make/make.html
To install gmake, paste this into the macOS Terminal after installing MacPorts
sudo port install gmake
| Installations | 575 |
| Requested Installations | 162 |