remove old shell script; replaced by Makefile

This commit is contained in:
Eric Wustrow
2012-06-28 22:22:24 -04:00
parent b6eea87587
commit 1f02acf1b3
-9
View File
@@ -1,9 +0,0 @@
#!/bin/bash
#Quick script to compile/load sni_support
#Will change to something more appropriate in the future
#Modify python path
swig -python sni_support.i
gcc -fpic -I/home/james/virtualenvs/chocolate/include/python2.7 -c sni_support_wrap.c sni_support.c
gcc -shared sni_support_wrap.o sni_support.o -o _sni_support.so