mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-07 13:31:35 -07:00
15 lines
183 B
Bash
Executable file
15 lines
183 B
Bash
Executable file
#!/bin/bash
|
|
|
|
(
|
|
cd ..
|
|
rm -rf build
|
|
mkdir build
|
|
(
|
|
cd build
|
|
cmake ..
|
|
make -j
|
|
)
|
|
ln -sf build/proxmark3 .
|
|
)
|
|
ln -sf ../pyscripts/pm3.py
|
|
ln -sf ../lualibs/dkjson.lua
|