Skip to content

Commit

Permalink
utils to gdas-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jul 11, 2023
1 parent b9e8ee8 commit d79fba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d79fba6

Please sign in to comment.