repo.or.cz
/
WPS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Setting to standard shell
[WPS.git]
/
compile_new
blob
121f83537e619922476e9bb7b92b7953b0edb813
1
#!/bin/sh
2
# Meant to be run at the top level
3
4
# Now run cmake
5
cd
_build
&&
make install
$
*
6
# cmake --build _build --target install $*