update-defines.sh didn't actually update if the remote repo changed.

This commit is contained in:
Scott Duensing 2023-12-31 20:07:25 -06:00
parent f6f5d4163c
commit be01d20556

View file

@ -5,6 +5,10 @@ mkdir -p ${INC}
if [[ ! -d merlin-code ]]; then
git clone https://github.com/dwsJason/f256.git merlin-code
else
pushd merlin-code
git pull
popd
fi
pushd merlin-code/merlin32/jr