mirror of
https://github.com/Tolik-Trek/Sprinter-BIOS.git
synced 2026-06-15 01:11:47 +03:00
8 lines
172 B
Batchfile
8 lines
172 B
Batchfile
@if [%1]==[] (set NO_STOP="3") else (set NO_STOP=%1)
|
|
@set error_level="0"
|
|
@cd src
|
|
@call make_firmware.cmd %NO_STOP%
|
|
@cd ..
|
|
@call build_firmware.cmd %NO_STOP%
|
|
@cd ..
|