Fixed permuter link files (#51)

This commit is contained in:
CoderStig
2021-11-05 14:32:07 -06:00
committed by GitHub
parent 67549c6061
commit 1de64dcbe2
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@
__pycache__/*
doxygen/doxygen/*
/build/*
nonmatchings/* # decomp permuter
*.dump
*.mio0
*.z64
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
python3 tools/decomp-permuter/import.py $1
python3 tools/decomp-permuter/import.py $1 $2 $3
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
python3 tools/decomp-permuter/permuter.py $1
python3 tools/decomp-permuter/permuter.py $1 $2 $3