mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
12 lines
152 B
Bash
Executable File
12 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(
|
|
cd ..
|
|
# Remove cmake artifact
|
|
rm proxmark3
|
|
make client/clean
|
|
make -j
|
|
)
|
|
ln -sf ../pyscripts/pm3.py
|
|
ln -sf ../lualibs/dkjson.lua
|