Description
Makefile targets can be explored, selected, and inspected from a terminal UI before running them. It is useful for developers who inherit complex Makefiles and want to understand dependencies or risky commands before execution.
Build targets can delete files, publish artifacts, or modify the system depending on the Makefile. Review the selected target and working directory before confirming a run.