Metadata-Version: 2.1
Name: makit
Version: 0.2.8
Summary: Interactive Makefile step picker
Author-email: igrek51 <igrek51.dev@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/igrek51/makeit
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nuclear>=2.1.0
Requires-Dist: textual>=0.58.0

# Makeit

**makeit** is an interactive Makefile runner.

<div align="center">
    <a href="https://github.com/igrek51/makeit">GitHub</a>
    -
    <a href="https://pypi.org/project/makit">PyPI</a>
</div>

![](./docs/img/screenshot.png)

## Installation
```shell
pip3 install makit
```

This will install `makeit` executable.

## Usage
Run it in the directory of your Makefile:

```shell
makeit
```

It will show a list of available Makefile steps. Pick one and hit Enter to run it with `make`.
