experimental lib & client: force symlinks

This commit is contained in:
Philippe Teuwen 2025-03-24 09:18:04 +01:00
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