proxmark3/client/experimental_lib/01make_lib.sh
2021-05-22 23:39:40 +02:00

11 lines
75 B
Bash
Executable file

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