mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 18:17:46 +08:00
7 lines
115 B
Batchfile
7 lines
115 B
Batchfile
@echo off
|
|
cd ..\winsrc
|
|
@echo **************
|
|
@echo *** winsrc ***
|
|
@echo **************
|
|
make %1
|
|
cd ..\cockpit
|