mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-13 20:26:34 +08:00
10 lines
172 B
Batchfile
10 lines
172 B
Batchfile
@echo off
|
|
call _checkmake
|
|
IF %MAKE_FAILED%==1 GOTO end
|
|
cd ..\bootrom
|
|
@echo ***************
|
|
@echo *** bootrom ***
|
|
@echo ***************
|
|
make %1
|
|
cd ..\cockpit
|
|
:end
|