diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-27 03:01:43 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-27 03:02:02 -0500 |
commit | 481b4e303ab578171114d5e09bb9daff4c4e1d1a (patch) | |
tree | e968fde035447f869a05781e1d578fca0427ecc9 /Makefile | |
parent | update libs (diff) | |
download | corn-481b4e303ab578171114d5e09bb9daff4c4e1d1a.tar.gz corn-481b4e303ab578171114d5e09bb9daff4c4e1d1a.tar.bz2 corn-481b4e303ab578171114d5e09bb9daff4c4e1d1a.zip |
mboot parsing
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=-std=c2x -ffreestanding -g -Wall -Wextra -pedantic -lgcc -isystem $(INCLUDE_DIR) +CFLAGS=-std=c2x -ffreestanding -fno-stack-protector -g -Wall -Wextra -pedantic -lgcc -isystem $(INCLUDE_DIR) C_SRC=$(shell find $(SRC_DIR) -type f -name "*.c") |