mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
setup moved from makefile to tp
This commit is contained in:
@@ -180,16 +180,6 @@ $(DOL_SHIFT): $(ELF_SHIFT) | tools
|
||||
$(ELF2DOL) $< $@ $(SDATA_PDHR) $(SBSS_PDHR) $(TARGET_COL)
|
||||
@cp -v $(DOL_SHIFT) $(DOL)
|
||||
|
||||
setup:
|
||||
@if [ ! -d tools/mwcc_compiler/ ]; then \
|
||||
mkdir tools/mwcc_compiler/ ; \
|
||||
wget https://cdn.discordapp.com/attachments/727918646525165659/917185027656286218/GC_WII_COMPILERS.zip -P tools/mwcc_compiler/ ; \
|
||||
unzip tools/mwcc_compiler/GC_WII_COMPILERS.zip "GC/*" -d tools/mwcc_compiler/ ; \
|
||||
mv tools/mwcc_compiler/GC/* tools/mwcc_compiler/ ; \
|
||||
rm tools/mwcc_compiler/GC_WII_COMPILERS.zip ; \
|
||||
rmdir tools/mwcc_compiler/GC ; \
|
||||
fi
|
||||
|
||||
shift: dirs $(DOL_SHIFT)
|
||||
|
||||
game: shift
|
||||
|
||||
Reference in New Issue
Block a user