Typo in CFLAGS

This commit is contained in:
Davide Berardi 2024-02-19 14:48:41 +01:00
parent 9fe7e483c3
commit c4e37504b9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ make
You can add debug prints with
```bash
make CFLAGS=DEBUG
make CFLAGS=-DDEBUG
```
## How?