mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
8 lines
155 B
Batchfile
8 lines
155 B
Batchfile
|
del test.elf
|
||
|
del test.dol
|
||
|
del .\build\ehcmodule.elf.o
|
||
|
del .\data\ehcmodule.elf
|
||
|
copy /y ..\ehcmodule\bin\ehcmodule.elf .\data
|
||
|
make
|
||
|
wiiload test.dol
|