cargo-makegen

Crates.iocargo-makegen
lib.rscargo-makegen
version0.1.2
created_at2025-12-04 18:40:34.801414+00
updated_at2026-01-13 19:36:06.129651+00
descriptionGenerate Makefile from Cargo metadata and/or Makefile.toml
homepage
repositoryhttps://github.com/konfou/cargo-makegen
max_upload_size
id1966861
size29,362
Konstantinos (konfou)

documentation

README

cargo-makegen

A Cargo subcommand that automatically generates a Makefile for a Rust project. It can generate rules from:

  • Cargo metadata (build, test, run targets)
  • Makefile.toml (from cargo-make)
  • both, merged

The goal is to let one maintain one source of truth without manually writing Makefiles.

AI-assistance disclaimer

Portions of this project were created or refined with assistance from AI tools (spec. ChatGPT). AI contributions were used for code generation, refactoring, architectural exploration, naming convention review, and documentation improvement, as well as for providing guidance on compiler issues.

All AI-generated or AI-assisted content has been reviewed, validated, and approved by me; the human developer responsible for this project, and someone I am reasonably confident is, in fact, human.

Commit count: 13

cargo fmt