make -n

Category: IaC & Automation

make -n

Print build commands without running them

Prints every recipe command make would execute without running any, perfect for previewing a build or debugging what triggers a target. Combine with -B to see the full rebuild plan. Related: make.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.