fix experimental_client_with_swig cmake tests

This commit is contained in:
Philippe Teuwen 2024-09-10 00:09:55 +02:00
commit 13cad28d2a
2 changed files with 11 additions and 13 deletions

View file

@ -1,10 +1,15 @@
#!/bin/bash
cd ..
rm -rf build
mkdir build
(
cd build
cmake ..
make -j
cd ..
rm -rf build
mkdir build
(
cd build
cmake ..
make -j
)
rm proxmark3
ln -s build/proxmark3 .
)
ln -s ../pyscripts/pm3.py

View file

@ -1,7 +0,0 @@
#!/bin/bash
cd ..
(
cd build
make -j
)