summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-27 02:17:18 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-27 02:17:18 -0500
commit451984595e1d802dc17652896f804d6b6b1362c8 (patch)
treebb621b04ec225ba196fcd7ae3abc1ee73a37c6f3 /Makefile
parentacpi + lib (diff)
downloadcorn-451984595e1d802dc17652896f804d6b6b1362c8.tar.gz
corn-451984595e1d802dc17652896f804d6b6b1362c8.tar.bz2
corn-451984595e1d802dc17652896f804d6b6b1362c8.zip
fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13ad832..da82431 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ ISO_NAME=os_image.iso
CC=cc
LD=ld
-CFLAGS=-ffreestanding -g -Wall -Wextra -pedantic -lgcc -isystem $(INCLUDE_DIR)
+CFLAGS=-std=c2x -ffreestanding -g -Wall -Wextra -pedantic -lgcc -isystem $(INCLUDE_DIR)
C_SRC=$(shell find $(SRC_DIR) -type f -name "*.c")