mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-25 08:05:04 +08:00
6 lines
65 B
Batchfile
6 lines
65 B
Batchfile
|
@echo off
|
||
|
cd ..\bootrom
|
||
|
rem nmake clean
|
||
|
nmake
|
||
|
cd ..\cockpit
|