/configure:makefile Check and configure project Makefile against project standards. When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Setting up a new Makefile for a project that requires Make | Project can use Just instead — use (preferred) | | Auditing existing Makefile for missing standard targets | Writing complex build rules with dependencies — consult GNU Make documentation | | Ensuring Makefile follows team conventions (help target, PHONY, colors) | Project uses a language-native build system (ca…