summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRyan Myers <ryan.p.myers@gmail.com>2023-12-04 16:36:31 -0500
committerGitHub <noreply@github.com>2023-12-04 18:36:31 -0300
commit065b566eb6f50229ff6f7547d4a120e1c8272c63 (patch)
treed4262331e04bf42b30188e36e7c25b88a788a024 /.gitmodules
parent3a38f87ea5a205e3f787b9344401644ba805563c (diff)
Makefile Changes (#40)
* Remove existing recomp * Compile ido-static-recomp instead of relying on precompiled version. Also introduce makefile changes to allow aarch64 devices to compile. * Get mio0 from the source, and build it in the init. * Workaround for sm64tools not ignoring it's build files. * Fix cflags * Fancy colours for build system * Remove sm64tools submodule and just take the minimum required files instead. * Remove ido-static-recomp submodule and just fetch latest from GH instead. * Add support for using a venv in python. * remove mio0-decompressor temp * Fix the mio0-decompress files being somehow missing. * Fix stray message about "fix_checksum" * Update logo to be a VAR, and have a failed build say FAILED * Add checksum fix back in.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 55e073c2..7f1429ab 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -6,4 +6,4 @@
url = https://github.com/simonlindholm/asm-processor
[submodule "tools/asm-differ"]
path = tools/asm-differ
- url = https://github.com/simonlindholm/asm-differ
+ url = https://github.com/simonlindholm/asm-differ \ No newline at end of file