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