fixed build script

This commit is contained in:
tastytea 2018-03-01 06:21:40 +01:00
父節點 dbee5034aa
當前提交 c4273d23a0
簽署人: tastytea
GPG 金鑰 ID: 59346E0EA35C67E5
共有 1 個檔案被更改,包括 2 行新增1 行删除

查看文件

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