aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-11-02 02:06:32 +0200
committerDrNuget <drnuget@outlook.com>2025-11-02 02:06:32 +0200
commit715eccf5d8e937a156190bbb03a93562c59618c5 (patch)
tree2c44b1e90f09941ad01f3273c33a47dc35206aad /Makefile
parent98effe2f3d51dce1f0314e9bfff5082e61ab7ae8 (diff)
parent016253c53f633379ac43d2552e1ba8c6f9180524 (diff)
downloadbrailleboi-0.1.0.tar.gz
Merge branch 'dev'v0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d52f23b..ad60240 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = gcc
-CFLAGS = -std=c23 -Wpedantic
+CFLAGS = -std=c99 -Wall -Wpedantic
SRC = main.c brailleboi.c brailleboi.h