Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.sh')
-rwxr-xr-xsrc/build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/build.sh b/src/build.sh
deleted file mode 100755
index 05f7cd7..0000000
--- a/src/build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-swig -c++ -python pongc.i
-python setup.py build_ext --inplace
-mv _pongc.so ../
-mv pongc.py ../
-