mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 00:28:07 +08:00
7 lines
115 B
Batchfile
7 lines
115 B
Batchfile
@echo off
|
|
cd ..\winsrc
|
|
@echo **************
|
|
@echo *** winsrc ***
|
|
@echo **************
|
|
make %1
|
|
cd ..\cockpit
|