From 189050b3af31eb430203c3f04a65157fdaf6cdfc Mon Sep 17 00:00:00 2001 From: DrNuget Date: Sun, 2 Nov 2025 02:03:39 +0200 Subject: add -Wall compiler flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3