From d79fba6ef14b947b39d3d217f9173dab22e05f70 Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Tue, 11 Jul 2023 13:54:08 -0400 Subject: [PATCH] utils to gdas-utils --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9465cda17..a6040b0f0 100755 --- a/build.sh +++ b/build.sh @@ -114,7 +114,7 @@ set -x if [[ $BUILD_JCSDA == 'YES' ]]; then make -j ${BUILD_JOBS:-6} VERBOSE=$BUILD_VERBOSE else - builddirs="fv3-jedi soca iodaconv land-imsproc land-jediincr utils" + builddirs="fv3-jedi soca iodaconv land-imsproc land-jediincr gdas-utils" for b in $builddirs; do cd $b make -j ${BUILD_JOBS:-6} VERBOSE=$BUILD_VERBOSE