Make: Show commands instead of running them
Created on June 8, 2026
commandLine
Use -n with make to show the commands that you would run instead of running them.
From the man pages:
-n, --just-print, --dry-run, --recon
Print the commands that would be executed, but do
not execute them (except in certain circumstances).