Section: Project bootstrap and help

All target

makefile
makefile
.PHONY: all
all: lint test build
Explanation

Often paired with `.DEFAULT_GOAL := all` or `help`.

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 Project bootstrap and help
Help target
List available targets and descriptions.
OpenIn sheetmakefilesame section
Bootstrap target
Install development dependencies and prepare local state.
OpenIn sheetmakefilesame section
Node.js targets
Lint, test, and build JavaScript or TypeScript projects.
OpenIn sheetmakefile
Docker build target
Build a container image with a version tag.
OpenIn sheetmakefile
Generate version file
Write current version metadata into an artifact.
OpenIn sheetmakefile
Python targets
Format, lint, and test a Python project.
OpenIn sheetmakefile