fixed build script

This commit is contained in:
tastytea 2018-03-01 06:21:40 +01:00
parent dbee5034aa
commit c4273d23a0
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 2 additions and 1 deletions

View File

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