Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koaning/makefile-demo

just a demo of a makefile in action
https://github.com/koaning/makefile-demo

Last synced: 15 days ago
JSON representation

just a demo of a makefile in action

Awesome Lists containing this project

README

        

# readme

Assuming you're in a virtual environment and you
would like to get started, you can do so by running;

```
make dev
```

If you want to run the checks simply run;

```
make check
```