include c std lib

This commit is contained in:
nub31
2025-06-29 15:50:06 +02:00
parent c1b74ffaef
commit 253e7e1e24
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
CC ?= x86_64-linux-gnu-gcc
TARGET ?= x64
CFLAGS = -nostdlib -ffreestanding -Wall -Werror -Wextra -g
CFLAGS = -Wall -Werror -Wextra -g
libruntime: bin-int/runtime.o
$(CC) $(CFLAGS) -c targets/$(TARGET).s -o bin-int/$(TARGET).o