aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-11-02 01:51:45 +0200
committerDrNuget <drnuget@outlook.com>2025-11-02 01:51:45 +0200
commite3d7dfb83b06239c10e3e5b0f5dcd9e3b93925e8 (patch)
treedcfd84066368b36a22528499deaecc22b75ad1bd /Makefile
parent8afd5f50c068bd9a802496455a08c76433b3fd0d (diff)
downloadbrailleboi-e3d7dfb83b06239c10e3e5b0f5dcd9e3b93925e8.tar.gz
turn code back to c99 compliant, change c standard back to c99
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d52f23b..8983dce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = gcc
-CFLAGS = -std=c23 -Wpedantic
+CFLAGS = -std=c99 -Wpedantic
SRC = main.c brailleboi.c brailleboi.h