proxmark3/cockpit/2makeboot.bat
2009-08-31 03:12:45 +00:00

9 lines
116 B
Batchfile

@echo off
call _checkmake
IF %MAKE_FAILED%==1 GOTO end
cd ..\bootrom
rem make clean
make
cd ..\cockpit
:end