mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-14 05:25:04 +00:00
9 lines
116 B
Batchfile
9 lines
116 B
Batchfile
@echo off
|
|
call _checkmake
|
|
IF %MAKE_FAILED%==1 GOTO end
|
|
cd ..\bootrom
|
|
rem make clean
|
|
make
|
|
cd ..\cockpit
|
|
:end
|