Choose a file other than the default makefile names.
Section: Core make commands
Use a specific makefile
bash
bash
make -f build/Makefile deployExplanation
Use `-f` to point make at a specific file.
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