summaryrefslogtreecommitdiff
path: root/bin/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build.sh')
-rwxr-xr-xbin/build.sh2
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)