gnu-make

Installation
SKILL.md

GNU Make Expert

Core Quick Reference

Rule anatomy

target: prerequisite1 prerequisite2
	command1
	command2

Recipes MUST use literal tab characters, not spaces.

Installs
1
GitHub Stars
1
First Seen
Apr 20, 2026
gnu-make — wbunker/skills-repo