summaryrefslogtreecommitdiff
path: root/bin/flo2app.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/flo2app.sh')
-rwxr-xr-xbin/flo2app.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/flo2app.sh b/bin/flo2app.sh
deleted file mode 100755
index f02ba8c0..00000000
--- a/bin/flo2app.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-flo-llvm $1.flo # --vcdtmp
-if [ $? ] ; then
- echo FLO-LLVM DONE
- flo-llvm-release $1.flo --harness > $1-harness.cpp
-fi
-if [ $? ] ; then
- echo FLO-LLVM-RELEASE DONE
- clang++ -o $1 $1-harness.cpp $1.o
- echo GPP DONE
-fi