proxmark3/client/experimental_client_with_swig/01make_client_cmake.sh

16 lines
167 B
Bash
Raw Normal View History

#!/bin/bash
(
cd ..
rm -rf build
mkdir build
(
cd build
cmake ..
make -j
)
rm proxmark3
ln -s build/proxmark3 .
)
ln -s ../pyscripts/pm3.py