lib scripts

This commit is contained in:
Philippe Teuwen 2020-11-11 01:28:45 +01:00
commit cc914ccac1
5 changed files with 100 additions and 5 deletions

View file

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