From 5cd610a07468137066ea4daa5176c3e7045113b0 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 5 Aug 2020 03:38:22 +0200 Subject: ecp moved to root; fixed utils and tests --- ecp/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 ecp/build.sh (limited to 'ecp/build.sh') diff --git a/ecp/build.sh b/ecp/build.sh new file mode 100755 index 0000000..0b205dd --- /dev/null +++ b/ecp/build.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +subdirs="src util test" + +for i in $subdirs; do + (cd $i && make $1 && cd ..) || exit; +done + -- cgit v1.2.3