mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-18 10:23:15 +08:00
swig: move pm3.i
This commit is contained in:
parent
6adcfad752
commit
d59630183e
5 changed files with 6 additions and 12 deletions
client
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
swig -lua -o ../src/pm3_luawrap.c ../include/pm3.i
|
swig -lua -o ../src/pm3_luawrap.c ../src/pm3.i
|
||||||
swig -python -o ../src/pm3_pywrap.c ../include/pm3.i
|
swig -python -o ../src/pm3_pywrap.c ../src/pm3.i
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
rm -rf build
|
|
||||||
mkdir build
|
|
||||||
(
|
|
||||||
cd build
|
|
||||||
cmake ..
|
|
||||||
make -j
|
|
||||||
)
|
|
||||||
|
|
4
client/lib/00make_swig.sh
Executable file
4
client/lib/00make_swig.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
swig -lua -o ../src/pm3_luawrap.c ../src/pm3.i
|
||||||
|
swig -python -o ../src/pm3_pywrap.c ../src/pm3.i
|
Loading…
Add table
Reference in a new issue