# fab-rs [![Build Status](https://travis-ci.org/michaelmelanson/fab-rs.svg?branch=master)](https://travis-ci.org/michaelmelanson/fab-rs) The fabulous, aspirationally Make-compatible, fabricator of things. # Status This is really early days. Here's the checklist of what's supported and what's not right now: - [x] Parsing Makefiles - [x] Executing commands in rules - [x] Dependency resolution - [x] Environment variables passed into commands - [x] Basic special variable substitution (`$@`, `$<`) - [ ] Pattern rules - [ ] Variable definitions - [ ] Standard pattern rule library - [ ] ... # Usage Fab reads Makefiles and executes the rules inside. ``` cargo install fab cd /path/to/code fab ```