awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesMakefile Command Sequences

Groups a series of shell commands into a single Makefile variable for reuse in recipes.

Distinct from Command Sequence Automation: Distinct from Command Sequence Automation: focuses on Makefile-specific command grouping and variable reuse, not general command sequence automation.

Explore 1 awesome GitHub repository matching development tools & productivity · Makefile Command Sequences. Refine with filters or upvote what's useful.

Awesome Makefile Command Sequences GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chaselambda/makefiletutorialchaselambda 的头像

    chaselambda/makefiletutorial

    5,923在 GitHub 上查看↗

    This is an interactive single-page tutorial that teaches GNU Makefile syntax, rules, variables, and targets through hands-on examples. It serves as both a learning tool for build automation and a reference guide covering Makefile fundamentals, including pattern matching, built-in functions, and variable-driven build configuration. The tutorial walks through core Makefile concepts such as defining targets and prerequisites, using variables to parameterize commands, applying pattern rules for efficient file matching, and managing dependencies for incremental builds. It covers practical build au

    Teaches grouping multi-line command sequences in Makefile variables for reuse.

    SCSS
    在 GitHub 上查看↗5,923
  1. Home
  2. Development Tools & Productivity
  3. Command Sequence Automation
  4. Makefile Command Sequences