SWIG: few helper scripts

This commit is contained in:
Philippe Teuwen 2020-06-14 02:45:00 +02:00
parent 47ba4acd02
commit 756b624668
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
(
cd build
make -j
)

View file

@ -0,0 +1,7 @@
#!/bin/bash
(
cd build
make -j
)

View file

@ -0,0 +1,3 @@
#!/bin/bash
PYTHONPATH=../../src ipython3 -i ./test.py