mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
lib scripts
This commit is contained in:
parent
c666269670
commit
cc914ccac1
5 changed files with 100 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
swig -lua -o ../src/pm3_luawrap.c ../src/pm3.i
|
||||
swig -python -o ../src/pm3_pywrap.c ../src/pm3.i
|
||||
cd ..
|
||||
make src/pm3_luawrap.c
|
||||
make src/pm3_pywrap.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue