mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
4 lines
No EOL
139 B
Bash
Executable file
4 lines
No EOL
139 B
Bash
Executable file
#!/usr/bin/bash
|
|
python3 ./autogen/convert_structs.py $1
|
|
python3 ./autogen/convert_functions.py $1
|
|
python3 ./autogen/convert_constants.py $1 |