mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
6 lines
65 B
Batchfile
6 lines
65 B
Batchfile
|
@echo off
|
||
|
cd ..\bootrom
|
||
|
rem nmake clean
|
||
|
nmake
|
||
|
cd ..\cockpit
|