diff options
| author | jackbackrack | 2015-04-27 16:21:23 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-04-27 16:21:23 -0700 |
| commit | 8c8f6b99d2eb8bc783179c7c0113fc4a734c9585 (patch) | |
| tree | 2a1288531c558310c5acaedd4957097a380b6ab0 /bin/flo-app.sh | |
| parent | 136352557ba0c6b9c97621e9dfefb4009faef7cc (diff) | |
build scripts
Diffstat (limited to 'bin/flo-app.sh')
| -rwxr-xr-x | bin/flo-app.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/flo-app.sh b/bin/flo-app.sh new file mode 100755 index 00000000..bac47702 --- /dev/null +++ b/bin/flo-app.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +flo-llvm $1.flo +echo FLO-LLVM DONE +flo-llvm-release $1.flo --harness > $1-harness.cpp +echo FLO-LLVM-RELEASE DONE +g++ -o $1 $1-harness.cpp $1.o +echo GPP DONE |
