mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-16 00:15:08 +01:00
7 lines
151 B
Batchfile
7 lines
151 B
Batchfile
|
make clean
|
||
|
del .\data\ehcmodule.elf
|
||
|
copy /y ..\ehcmodule\bin\ehcmodule.elf .\data
|
||
|
del test.dol
|
||
|
del usb2_test.dol
|
||
|
make
|
||
|
ren test.dol usb2_test.dol
|