mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
experimental lib & client: force symlinks
This commit is contained in:
parent
12f94a921a
commit
4496b7ec7a
3 changed files with 6 additions and 7 deletions
|
@ -9,8 +9,7 @@
|
|||
cmake ..
|
||||
make -j
|
||||
)
|
||||
rm proxmark3
|
||||
ln -s build/proxmark3 .
|
||||
ln -sf build/proxmark3 .
|
||||
)
|
||||
ln -s ../pyscripts/pm3.py
|
||||
ln -s ../lualibs/dkjson.lua
|
||||
ln -sf ../pyscripts/pm3.py
|
||||
ln -sf ../lualibs/dkjson.lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue