fixed build script

Este commit está contenido en:
tastytea 2018-03-01 06:21:40 +01:00
padre dbee5034aa
commit c4273d23a0
Firmado por: tastytea
ID de clave GPG: 59346E0EA35C67E5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -1,6 +1,7 @@
#!/bin/sh
mkdir -p build && \
cd build/ &&
cd build/ && \
cmake .. && \
make