$ make -j4 -C build
$ make -f Makefile.dev -n
| -j | run this many recipe jobs in parallel |
| -f | use the given file instead of Makefile |
| -C | change to this directory first |
| -B | unconditionally rebuild every target |
| -n | dry run — print recipes without running them |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.