makemake 0.1.2-patch1

Library for building Makefiles programmatically
Documentation
[[example]]
name = "c_project"
path = "examples/c_project.rs"
[dependencies.insta]
version = "1.39.0"

[dependencies.paste]
version = "1.0.15"

[package]
authors = ["Ethan Uppal"]
description = "Library for building Makefiles programmatically"
edition = "2021"
license = "MIT"
name = "makemake"
readme = "README.md"
repository = "https://github.com/ethanuppal/makemake"
version = "0.1.2-patch1"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]