From ff9c772411d9037b9d028d23a79050041dcdc405 Mon Sep 17 00:00:00 2001 From: jackbackrack Date: Fri, 1 May 2015 23:17:15 -0700 Subject: update scripts to work as compiler with correct dirs --- bin/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/build.sh') diff --git a/bin/build.sh b/bin/build.sh index badb8f97..79d5e22a 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,6 +1,6 @@ #!/bin/bash DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -to-fir $1 +$DIR/to-fir.sh $1 (cd generated; $DIR/fir2flo.sh $1) -(cd generated; $DIR/flo2app $1) +(cd generated; $DIR/flo2app.sh $1) -- cgit v1.2.3