diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-11 18:03:01 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-11 18:03:01 +0100 |
commit | dea99b85dc52341265ae2e8463afee8a9709127a (patch) | |
tree | 4d4c52d046e76374314d5c88137e406a3d238ec2 /code/build.sh | |
parent | eb8c9fe176721d5e8dd24febec88e1665ca70c26 (diff) |
fe310 platform introdiced
Diffstat (limited to 'code/build.sh')
-rwxr-xr-x | code/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/build.sh b/code/build.sh index ce29ff5..a71b792 100755 --- a/code/build.sh +++ b/code/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -subdirs="core vconn util test" +subdirs="core util test" for i in $subdirs; do (cd $i && make $1 && cd ..) || exit; |