decompals / slinky

Linker script generator for decompilation and modding projects
MIT License
8 stars 0 forks source link

glob filepath support #29

Open AngheloAlf opened 6 months ago

AngheloAlf commented 6 months ago

Support listing globs, so everything inside a folder is included automatically.

Should it work recursively inside folders?

Does linker script support listing globs? Or would the list need to be hardcoded by slinky each time it is run (ie inspecting the existing files of the folder)?

AngheloAlf commented 1 month ago

Whenever this is implemented, it should probably support EXCLUDE_FILE too