1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-10-19 04:59:53 +00:00

Various repo improvements (#316)

* Narrowing down ido5-required files, assist.py, permuter settings

* OSX support changes, +x on setup scripts

* ZAP2 Update for OSX

* Remove assist.py

* Removing ido 5 things
This commit is contained in:
Ethan Roseman 2020-08-15 14:08:53 -04:00 committed by GitHub
commit d374d8d026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 3 deletions

View file

@ -18,7 +18,7 @@ PROJECT_DIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
ifeq ($(shell type mips-linux-gnu-ld >/dev/null 2>/dev/null; echo $$?), 0)
MIPS_BINUTILS_PREFIX := mips-linux-gnu-
else
MIPS_BINUTILS_PREFIX := mips64-elf-
$(error Please install or build mips-linux-gnu)
endif
# check that either QEMU_IRIX is set or qemu-irix package installed
@ -160,7 +160,7 @@ build/undefined_syms.txt: undefined_syms.txt
$(CPP) -P $< > build/undefined_syms.txt
clean:
$(RM) $(ROM) $(ELF) -r build
$(RM) -r $(ROM) $(ELF) build
setup:
git submodule update --init --recursive