huderlem / poryscript

High-level scripting language for gen 3 pokemon decompilation projects
https://www.huderlem.com/poryscript-playground/
MIT License
191 stars 21 forks source link

TOOLSDIRS variable is missing tools/poryscript in Makefile #61

Closed ChangedUser closed 2 weeks ago

ChangedUser commented 9 months ago

Additionally to the Makefile changes that have been written down in the Usage Section, a necessary change of the TOOLSDIRS variable has been omitted.

-TOOLDIRS := $(filter-out tools/agbcc tools/binutils,$(wildcard tools/*)) +TOOLDIRS := $(filter-out tools/agbcc tools/binutils tools/poryscript,$(wildcard tools/*))

GriffinRichards commented 2 weeks ago

(While I'm here) This can be closed, the current project Makefiles no longer require this. They now explicitly list the tools that should be built with Make.