From dea99b85dc52341265ae2e8463afee8a9709127a Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 11 Jan 2018 18:03:01 +0100 Subject: fe310 platform introdiced --- code/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/build.sh') 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; -- cgit v1.2.3