Makerfile
In this project there's a makerfile available in every repository is used to simplify tasks related to development and building the appication.
For more information around makerfiles see her
Quick guide
For those unfamiliar with makerfiles, here's a quick guide how to use it.
First make sure make is installed, usually comes with the Linux OS, if not install it using your preferred package manager.
To use makerfile you use the following format:
```.bash .copy
make
```.bash .copy
make help
For what functionality is available see the README of the relevant project for more information.