Sprinter-Core/__make_all_.cmd
Anatoliy Belyanskiy 0271ac3713 Creation
2023-06-12 05:56:21 +10:00

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 ..