]> git.zerfleddert.de Git - proxmark3-svn/blob - cockpit/5makeall.bat
Change -std=c99 to -std=gnu99 to be able to compile libusb-0.1.* which uses u_int...
[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