diff options
Diffstat (limited to 'ecp/build.sh')
-rwxr-xr-x | ecp/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecp/build.sh b/ecp/build.sh index 4b7a16f..acb1a14 100755 --- a/ecp/build.sh +++ b/ecp/build.sh @@ -7,7 +7,7 @@ else fi PLATFORM=posix -cd src +cd src/ecp if [ "$ARG" != "clean" ]; then make platform=$PLATFORM clean fi @@ -16,7 +16,7 @@ if [ "$ARG" == "all" ]; then make platform=$PLATFORM install fi -cd ../util +cd ../../util if [ "$ARG" != "clean" ]; then make platform=$PLATFORM clean fi |