diff options
| author | jackbackrack | 2015-04-29 11:43:09 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-04-29 11:43:09 -0700 |
| commit | c3a9d9096d2880ca560993147ce40ba33bc935c3 (patch) | |
| tree | 79e559f06160ba006f11d23b0cdc129ef2b3630d /bin/build.sh | |
| parent | a9e3ee45d9996696142c24d851d40220e39d557e (diff) | |
add to-fir.sh
Diffstat (limited to 'bin/build.sh')
| -rwxr-xr-x | bin/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.sh b/bin/build.sh index 202afe7c..7482a635 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -sbt "run $1" +to-fir $1 (cd generated; fir2flo.sh $1) (cd generated; flo-app $1) |
