Che cos'è makefile?
GNU Crea automazione e crea linee guida per il sistema Fonte: itechmeat/llm-code.
GNU Crea automazione e crea linee guida per il sistema
Installa rapidamente la skill AI makefile nel tuo ambiente di sviluppo tramite riga di comando
Fonte: itechmeat/llm-code.
| Rules, prerequisites, targets | syntax.md | | Variable types and assignment | variables.md | | Built-in functions | functions.md | | Special and phony targets | targets.md | | Recipe execution, parallel | recipes.md | | Implicit and pattern rules | implicit.md | | Common practical patterns | patterns.md |
| := | Simple | Once, at definition | | ?= | Conditional | If not already set | | = | Recursive | Each use (late binding) | | += | Append | Adds to existing value |
| $@ | Target | | $< | First prerequisite | | $^ | All prerequisites (unique) | | $? | Prerequisites newer than target | | $ | Stem in pattern rules |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/itechmeat/llm-code --skill makefileGNU Crea automazione e crea linee guida per il sistema Fonte: itechmeat/llm-code.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/itechmeat/llm-code --skill makefile Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/itechmeat/llm-code