make -f build.mk release

Category: IaC & Automation

make -f build.mk release

Build a target using a custom makefile

Reads build.mk instead of the default Makefile and executes its release target, useful when a project ships several makefiles for different purposes. Related: make -C /opt/myapp.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.