Reinit Git-Submodules

rm -rf .git/modules
git submodule update --init
DreamCoder