experimental lib & client: force symlinks

This commit is contained in:
Philippe Teuwen 2025-03-24 09:18:04 +01:00
parent 12f94a921a
commit 4496b7ec7a
3 changed files with 6 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -1,3 +1,3 @@
#!/bin/bash
ln -fs ../build/libpm3rrg_rdv4.so _pm3.so
ln -sf ../build/libpm3rrg_rdv4.so _pm3.so