mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
experimental lib & client: force symlinks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
cd ..
|
||||
make -j
|
||||
)
|
||||
ln -s ../pyscripts/pm3.py
|
||||
ln -s ../lualibs/dkjson.lua
|
||||
ln -sf ../pyscripts/pm3.py
|
||||
ln -sf ../lualibs/dkjson.lua
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ln -fs ../build/libpm3rrg_rdv4.so _pm3.so
|
||||
ln -sf ../build/libpm3rrg_rdv4.so _pm3.so
|
||||
|
||||
Reference in New Issue
Block a user