This commit is contained in:
Imbus 2025-07-17 01:14:05 +02:00
parent c8ef116a7b
commit 5494de25df
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ bin/
generated.*.ld
compile_commands.json
tags
*.map

View file

@ -8,6 +8,7 @@ else
endif
CFLAGS += -I$(NEWLIB)
LDFLAGS += -Wl,-Map=main.map
# CFILES := main.c system.c
CFILES += $(wildcard *.c)