From 56aeed97f6fa0d04f21a3cb6598ea74d16c07e9e Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 22 Jul 2018 23:48:05 +0000 Subject: [PATCH] Fix compile.sh to work out of the box after clone. --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 620f71f..55ba9e4 100644 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ -cd external/liblex git submodule update --init --recursive --remote +cd external/liblex mkdir -p build cd build cmake ..