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