This commit is contained in:
nub31
2025-08-24 20:09:11 +02:00
parent 57ef424e00
commit 01e6022fa7
8 changed files with 128 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
CC = x86_64-elf-gcc
LD = x86_64-elf-ld
CFLAGS = -m64 -ffreestanding -fno-builtin -Wall -Wextra -Wshadow -std=c23
CFLAGS = -m64 -ffreestanding -fno-builtin -Wall -Wextra -Werror -Wshadow -std=c23
LDFLAGS =
all: .build/nub-os.iso