summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 31addf8..bd47c7b 100755
--- a/compile.sh
+++ b/compile.sh
@@ -2,7 +2,7 @@
set -e
-git submodule update --init --recursive
+git submodule update --init --depth 1
mkdir -p dist
pwd=$PWD