Print commands without executing them.
Section: Core make commands
Dry run
bash
bash
make -n deployExplanation
Great for inspecting what a target would do.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Core make commands