mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
Docker Support for OSX (#91)
* Makefile machinery work
* Updating Jenkinsfile
* Initial setup for OSX repo support
* Adding ido7 to repo
* Makefile reversion
* Iniital Dockerfile
* Docker stuff
* fixbaserom cleanup
* Attempting to fix fixbaserom
* baserom_original -> input
* Revert "baserom_original -> input"
This reverts commit d9199462b6
.
* Spiffing up readme for OSX
This commit is contained in:
parent
4d3d264624
commit
f9bdb1d58a
22 changed files with 1354 additions and 21 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -24,7 +24,6 @@ baserom/
|
|||
out.txt
|
||||
|
||||
# Tool artifacts
|
||||
tools/ido7.1_compiler/*
|
||||
tools/mipspro7.2_compiler/
|
||||
tools/overlayhelpers/batchdisasm/output/*
|
||||
tools/overlayhelpers/batchdisasm/output2/*
|
||||
|
@ -44,4 +43,4 @@ tools/asmsplitter/c/*
|
|||
*.ci8.png
|
||||
|
||||
#Per-user configuration
|
||||
.python-version
|
||||
.python-version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue