]> git.zerfleddert.de Git - proxmark3-svn/blob - cockpit/5makeall.bat
Updated the windows Makefile to be compatible with both nmake and make
[proxmark3-svn] / cockpit / 5makeall.bat
1 @echo off
2 call _checkmake
3 IF %MAKE_FAILED%==1 GOTO end
4 call 1makearm.bat %1
5 call 2makeboot.bat %1
6 call 3makewin.bat %1
7 :end
Impressum, Datenschutz