proxmark3/client/experimental_client_with_swig/01make_client_cmake.sh
2020-11-13 22:40:06 +01:00

11 lines
80 B
Bash
Executable file

#!/bin/bash
cd ..
rm -rf build
mkdir build
(
cd build
cmake ..
make -j
)