Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 669 Bytes

makeauto

Build Status License

Run make automatically on sources change.

Installation instructions

pip install makeauto

Usage

Usage: makeauto [OPTIONS]

  Run make automatically on source files change.

Options:
  -f, --filename TEXT  Name of the makefile.  [default: Makefile]
  -t, --target TEXT    Make target.  [default: all]
  -d, --debug          Toggle debug mode.
  --help               Show this message and exit.