mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
6 lines
65 B
Batchfile
6 lines
65 B
Batchfile
|
@echo off
|
||
|
cd ..\bootrom
|
||
|
rem nmake clean
|
||
|
nmake
|
||
|
cd ..\cockpit
|