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