repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
README: rename
[ppn.git]
/
get_submodules.sh
blob
9e1fbfcf1109e24f7c57e0f3b95f54e2a87afb28
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
)