mbcrawfo/GenericMakefile
A generic makefile for use with small/medium C and C++ projects. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4542
- days_rel: n/a
- days_push: 2159
- n_releases_24m: 0
Adoption not part of the score
1709 stars · 312 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A generic GNU Makefile template for small and medium C and C++ projects that automatically discovers and compiles source files without manual build rules. It generates dependencies, supports release/debug builds, times compilation, and derives version macros from git tags.
Use cases
- set up a small C project without writing makefile rules
- automatically compile all sources in a C++ project directory
- generate build dependencies automatically
- build with debug flags for GDB debugging
- embed git tag version numbers into a C/C++ build
When to choose
- starting a small or medium C/C++ project quickly
- you want zero-maintenance makefiles that auto-detect sources
- you want automatic version macros from git tags
When to avoid
- you need to mix multiple source languages in one project
- you need to exclude specific files from the build easily
- you rely on accurate per-file compile timing on macOS
- your project needs a full build system like CMake or Bazel
Facets
cli-tool · maturity maintenance
build-tool developer-tools windows cli makefile c cpp gnu-make auto-dependency-generation git-versioning build-tool command-line linux macos
1 source
- readme: https://github.com/mbcrawfo/GenericMakefile · fetched 2026-08-28 · b61d0d3eddb8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mbcrawfo/GenericMakefile | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mbcrawfo/GenericMakefile")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem