mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 01:36:52 +08:00
8 lines
116 B
Batchfile
8 lines
116 B
Batchfile
@echo off
|
|
call _checkmake
|
|
IF %MAKE_FAILED%==1 GOTO end
|
|
cd ..\bootrom
|
|
rem make clean
|
|
make
|
|
cd ..\cockpit
|
|
:end
|