diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-27 02:17:18 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-27 02:17:18 -0500 |
commit | 451984595e1d802dc17652896f804d6b6b1362c8 (patch) | |
tree | bb621b04ec225ba196fcd7ae3abc1ee73a37c6f3 /Makefile | |
parent | acpi + lib (diff) | |
download | corn-451984595e1d802dc17652896f804d6b6b1362c8.tar.gz corn-451984595e1d802dc17652896f804d6b6b1362c8.tar.bz2 corn-451984595e1d802dc17652896f804d6b6b1362c8.zip |
fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |