nicer bundle folder structure and reducing unneeded content #833
This commit is contained in:
parent
ef4d925a31
commit
93e47a8ec1
|
@ -20,8 +20,9 @@ echo "TIMESTAMP %date% %time%"
|
|||
make -j4
|
||||
|
||||
mv build\rusefi.elf deliver\rusefi.elf
|
||||
mv build\rusefi.bin deliver\rusefi.bin
|
||||
mv build\rusefi.hex deliver\rusefi.hex
|
||||
rem Keeping file in place since hw_test.bat would take it from current location
|
||||
cp build\rusefi.bin deliver\rusefi.bin
|
||||
echo Debug compilation results 2/2
|
||||
echo "TIMESTAMP %date% %time%"
|
||||
ls -l build
|
||||
|
|
Loading…
Reference in New Issue