mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 09:59:45 +08:00
8 lines
115 B
Batchfile
8 lines
115 B
Batchfile
@echo off
|
|
call _checkmake
|
|
IF %MAKE_FAILED%==1 GOTO end
|
|
cd ..\armsrc
|
|
rem make clean
|
|
make
|
|
cd ..\cockpit
|
|
:end
|