·makefile
</>

makefile

itechmeat/llm-code

GNU Make automation et création de conseils pour le système

27Installations·2Tendance·@itechmeat

Installation

$npx skills add https://github.com/itechmeat/llm-code --skill makefile

SKILL.md

| 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 |

Voir l'original

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/itechmeat/llm-code --skill makefile
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-01
Mis à jour
2026-02-18

Réponses rapides

Qu'est-ce que makefile ?

GNU Make automation et création de conseils pour le système Source : itechmeat/llm-code.

Comment installer makefile ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/itechmeat/llm-code --skill makefile Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor

Où se trouve le dépôt source ?

https://github.com/itechmeat/llm-code