From e0e85e988c5dccc4db8b0b73298f8d6f95ae1851 Mon Sep 17 00:00:00 2001 From: Davide Berardi Date: Sun, 24 Jan 2021 12:31:35 +0100 Subject: [PATCH] Make commands --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3d47b82..0a6c7ec 100644 --- a/README.md +++ b/README.md @@ -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: