mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-15 05:05:02 +08:00
5 lines
63 B
Batchfile
5 lines
63 B
Batchfile
@echo off
|
|
cd ..\bootrom
|
|
rem make clean
|
|
make
|
|
cd ..\cockpit
|