Skip to content

Commit

Permalink
try compiling with c23
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed May 18, 2024
1 parent 59c43f8 commit a5bfbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-Wall -std=c99
CFLAGS=-Wall -std=c23

SRC = $(wildcard src/*.c src/include/*.h)

Expand Down

0 comments on commit a5bfbda

Please sign in to comment.