·makefile
</>

makefile

itechmeat/llm-code

GNU の自動化とシステムの構築に関するガイダンス

27インストール·2トレンド·@itechmeat

インストール

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

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/itechmeat/llm-code --skill makefile
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

makefile とは?

GNU の自動化とシステムの構築に関するガイダンス ソース: itechmeat/llm-code。

makefile のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/itechmeat/llm-code --skill makefile インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

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