·makefile
</>

makefile

itechmeat/llm-code

GNU Make 自动化和构建系统指南

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 Make 自动化和构建系统指南 来源:itechmeat/llm-code。

如何安装 makefile?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/itechmeat/llm-code --skill makefile 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

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

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-01