aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-11-02 02:03:39 +0200
committerDrNuget <drnuget@outlook.com>2025-11-02 02:03:39 +0200
commit189050b3af31eb430203c3f04a65157fdaf6cdfc (patch)
tree808f61108412c898796045d7ee5e25f8dce66327 /Makefile
parente3d7dfb83b06239c10e3e5b0f5dcd9e3b93925e8 (diff)
downloadbrailleboi-189050b3af31eb430203c3f04a65157fdaf6cdfc.tar.gz
add -Wall compiler flag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8983dce..ad60240 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = gcc
-CFLAGS = -std=c99 -Wpedantic
+CFLAGS = -std=c99 -Wall -Wpedantic
SRC = main.c brailleboi.c brailleboi.h