update isl for change in lexicographic optimization
[isa.git] / get_submodules.sh
blob9e1fbfcf1109e24f7c57e0f3b95f54e2a87afb28
1 #!/bin/sh
2 git submodule init
3 git submodule update
4 (cd isl; git submodule init imath; git submodule update imath)
5 (cd barvinok; git submodule init polylib; git submodule update polylib)