Setting to standard shell
[WPS.git] / compile_new
blob121f83537e619922476e9bb7b92b7953b0edb813
1 #!/bin/sh
2 # Meant to be run at the top level
4 # Now run cmake
5 cd _build && make install $*
6 # cmake --build _build --target install $*