/bake-rs

A lightweight version of the Unix utility make with support for project dependencies that are web-based resources.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Bake

A lightweight version of the Unix utility make with support for project dependencies that are web-based resources.

This is a past project for UWA's Systems Programming unit, refer to the original project specification here.

Setup

cargo build --release

Usage

target/release/bake [OPTIONS] [TARGET_NAME]

A sample project has been included which can be built using bake

target/release/bake -C example

License

GNU General Public License v3.0