From 14bea573767bfe37d536929c16dedceb06bbd5cf Mon Sep 17 00:00:00 2001 From: DrNuget Date: Wed, 29 Oct 2025 19:56:06 +0200 Subject: add braille character printing, change c standard to c23 and pedantic compiler warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ba61ab3..d52f23b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -std=c99 +CFLAGS = -std=c23 -Wpedantic SRC = main.c brailleboi.c brailleboi.h -- cgit v1.2.3