proxmark3/client/experimental_lib/01make_lib.sh

11 lines
75 B
Bash
Raw Normal View History

2021-05-23 05:39:40 +08:00
#!/bin/bash
rm -rf build
mkdir build
(
cd build
cmake ..
make -j
)