mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
6 lines
223 B
Bash
Executable file
6 lines
223 B
Bash
Executable file
#!/usr/bin/env bash
|
|
python3 ./autogen/gen_math.py $1
|
|
python3 ./autogen/convert_structs.py $1
|
|
python3 ./autogen/convert_functions.py $1
|
|
python3 ./autogen/convert_constants.py $1
|
|
python3 ./autogen/extract_display_lists.py $1
|