index
:
2011-usi.git
master
origin/trunk
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
v3_c
/
scripts
/
compil.sh
blob: 2c0f3744c27dc5c08e21bfc8a9003ab564bd82a2 (
plain
)
1
2
3
4
5
6
#!/bin/bash -e
BASEPATH
=
"
$(
dirname
$0
)
/.."
(
cd
"
$BASEPATH
/bin"
&&
cmake
../
&&
make
)