mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix experimental_client_with_swig cmake tests
This commit is contained in:
parent
b91f7742c1
commit
13cad28d2a
2 changed files with 11 additions and 13 deletions
|
@ -1,10 +1,15 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ..
|
|
||||||
rm -rf build
|
|
||||||
mkdir build
|
|
||||||
(
|
(
|
||||||
|
cd ..
|
||||||
|
rm -rf build
|
||||||
|
mkdir build
|
||||||
|
(
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j
|
make -j
|
||||||
|
)
|
||||||
|
rm proxmark3
|
||||||
|
ln -s build/proxmark3 .
|
||||||
)
|
)
|
||||||
|
ln -s ../pyscripts/pm3.py
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
(
|
|
||||||
cd build
|
|
||||||
make -j
|
|
||||||
)
|
|
Loading…
Add table
Add a link
Reference in a new issue