Aded initial lua setup

This commit is contained in:
2025-04-10 22:51:39 +02:00
parent febb6f3f80
commit f79b69de0a
5 changed files with 4 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ src/navmesh.cpp \
output.o
include third_party/nugget/psyqo/psyqo.mk
include third_party/nugget/psyqo-lua/psyqo-lua.mk
%.o: %.bin
$(PREFIX)-objcopy -I binary --set-section-alignment .data=4 --rename-section .data=.rodata,alloc,load,readonly,data,contents -O $(FORMAT) -B mips $< $@