Make commands

This commit is contained in:
Davide Berardi 2021-01-24 12:31:35 +01:00
parent dbc7152636
commit e0e85e988c
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,16 @@ Just compile this application, you will need a C compiler
sudo apt install make gcc
```
Then just compile the application
```bash
make
```
You can add debug prints with
```bash
make CFLAGS=DEBUG
```
## How?
The usage of the application is pretty simple: