Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 165 Bytes

make-cli.md

File metadata and controls

16 lines (8 loc) · 165 Bytes

Run Makefile in current directory:

make

Run a specific make file:

make -f foo.make

Run a specific target:

make target-name

Dry run:

make --dry-run