proxmark3/cockpit/1makearm.bat
2009-08-31 03:12:45 +00:00

8 lines
115 B
Batchfile

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