compile with swig files if available

This commit is contained in:
Philippe Teuwen 2020-11-11 00:03:58 +01:00
commit f37088095b
17 changed files with 198 additions and 593 deletions

View file

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