Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 227 Bytes

File metadata and controls

20 lines (14 loc) · 227 Bytes

🪱 mf

Wire flags to makefile targets

> cat Makefile
list-files:
  ls
> mf list-files -al
ls -al
// runs `list-files`'s `ls` recipe with `-al` flag 

Installation

make install

Usage

See mf --help