pack binaries from folders into archives for easy download
[jabaws.git] / website / archive / binaries / linux_x64 / fasta34 / make_osx_univ.sh
diff --git a/website/archive/binaries/linux_x64/fasta34/make_osx_univ.sh b/website/archive/binaries/linux_x64/fasta34/make_osx_univ.sh
deleted file mode 100644 (file)
index 0e1466b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/csh
-
-make -f Makefile.os_x all
-make -f Makefile.os_x install
-make -f Makefile.os_x clean-up
-
-make -f Makefile.os_x86 all
-make -f Makefile.os_x86 install
-make -f Makefile.os_x86 clean-up
-
-foreach n ( ppc/* )
-set f=$n:t
-lipo -create ppc/$f i386/$f -output bin/$f
-echo "Universal $f built"
-end
-echo "Done!"
-