summaryrefslogtreecommitdiff
path: root/code/build.sh
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-01-11 18:03:01 +0100
committerUros Majstorovic <majstor@majstor.org>2018-01-11 18:03:01 +0100
commitdea99b85dc52341265ae2e8463afee8a9709127a (patch)
tree4d4c52d046e76374314d5c88137e406a3d238ec2 /code/build.sh
parenteb8c9fe176721d5e8dd24febec88e1665ca70c26 (diff)
fe310 platform introdiced
Diffstat (limited to 'code/build.sh')
-rwxr-xr-xcode/build.sh2
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;