Adds perror()

This commit is contained in:
2025-07-22 15:54:25 +02:00
parent 8f4f0a83f5
commit bc5e6e2342
3 changed files with 353 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ OBJS := $(DIR_BLD)/tests.o \
$(DIR_BLD)/core.o \
$(DIR_BLD)/console.o \
$(DIR_BLD)/string.o \
$(DIR_BLD)/convert.o
$(DIR_BLD)/convert.o \
$(DIR_BLD)/perror.o \
OBJS_LST := false
SRCS := $(patsubst $(DIR_BLD)/%.o,$(SRC_DIR)/%.asm,$(OBJS))