#!/usr/bin/env bash

# exit on error from command
set -e

script_dir=`dirname $0`

# move to the top of the pygriffin repository
cd $script_dir/..

# check out the MOOSE repository
git submodule update --init --recursive

# build hit library
cd vendor/moose/framework/contrib/hit
make hit hit.so