aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-10-29 19:56:06 +0200
committerDrNuget <drnuget@outlook.com>2025-10-29 19:56:06 +0200
commit14bea573767bfe37d536929c16dedceb06bbd5cf (patch)
treeed8b8f3fbcfeef51858b40c0662bda02f2806fd1 /Makefile
parent77afd633c610e8bfde1b66384e9309cdf249ccbb (diff)
downloadbrailleboi-14bea573767bfe37d536929c16dedceb06bbd5cf.tar.gz
add braille character printing, change c standard to c23 and pedantic compiler warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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