repo.or.cz
/
makneto-zunavac1.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
prepare for more scenes...
[makneto-zunavac1.git]
/
test.sh
blob
ab93e8b398c4331fa9317cef8f98eddebb052e7c
1
#!/bin/bash
2
3
rm
-rf
mybuild
4
mkdir mybuild
5
cd
mybuild
6
cmake
-DCMAKE_BUILD_TYPE
=
debugfull
-DCMAKE_INSTALL_PREFIX
=/
usr
/
..
7
make
-j
4
8
#make
9