Fix compile.sh to work out of the box after clone.

This commit is contained in:
Danila Fedorin 2018-07-22 23:48:05 +00:00
parent 7a8f46407a
commit 56aeed97f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cd external/liblex
git submodule update --init --recursive --remote
cd external/liblex
mkdir -p build
cd build
cmake ..