mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-05 20:41:34 -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 ..
|
cmake ..
|
||||||
make -j
|
make -j
|
||||||
)
|
)
|
||||||
rm proxmark3
|
ln -sf build/proxmark3 .
|
||||||
ln -s build/proxmark3 .
|
|
||||||
)
|
)
|
||||||
ln -s ../pyscripts/pm3.py
|
ln -sf ../pyscripts/pm3.py
|
||||||
ln -s ../lualibs/dkjson.lua
|
ln -sf ../lualibs/dkjson.lua
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
cd ..
|
cd ..
|
||||||
make -j
|
make -j
|
||||||
)
|
)
|
||||||
ln -s ../pyscripts/pm3.py
|
ln -sf ../pyscripts/pm3.py
|
||||||
ln -s ../lualibs/dkjson.lua
|
ln -sf ../lualibs/dkjson.lua
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ln -fs ../build/libpm3rrg_rdv4.so _pm3.so
|
ln -sf ../build/libpm3rrg_rdv4.so _pm3.so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue