Match and link synthmacros, update musyx

This commit is contained in:
2024-04-24 21:27:01 -07:00
parent 0aac17ba44
commit 530b4540f0
5 changed files with 5 additions and 4 deletions

1
tools/decompctx.py Normal file → Executable file
View File

@@ -20,6 +20,7 @@ src_dir = os.path.join(root_dir, "src")
include_dirs = [
os.path.join(root_dir, "include"),
os.path.join(root_dir, "libc"),
os.path.join(root_dir, "extern/musyx/include")
]
include_pattern = re.compile(r'^#include\s*[<"](.+?)[>"]$')