mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix experimental_client_with_swig cmake tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
(
|
||||
cd build
|
||||
make -j
|
||||
)
|
||||
Reference in New Issue
Block a user