Fixed permuter link files (#51)
This commit is contained in:
parent
67549c6061
commit
1de64dcbe2
|
|
@ -43,6 +43,7 @@
|
|||
__pycache__/*
|
||||
doxygen/doxygen/*
|
||||
/build/*
|
||||
nonmatchings/* # decomp permuter
|
||||
*.dump
|
||||
*.mio0
|
||||
*.z64
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
python3 tools/decomp-permuter/import.py $1
|
||||
python3 tools/decomp-permuter/import.py $1 $2 $3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue