aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Krüger <[email protected]>2018-03-13 16:54:48 +0100
committerLoïc Hoguin <[email protected]>2018-03-14 16:32:30 +0100
commitf361821960c95c8cf30a4468243260ef0b4e1c95 (patch)
tree0c246b58dbd74a995fa9d4db9423ff4d5c5a18eb /Makefile
parenta22f31ebf0f97025d6534bfce448e85a421af1a0 (diff)
downloaderlang.mk-f361821960c95c8cf30a4468243260ef0b4e1c95.tar.gz
erlang.mk-f361821960c95c8cf30a4468243260ef0b4e1c95.tar.bz2
erlang.mk-f361821960c95c8cf30a4468243260ef0b4e1c95.zip
Speed up the git clone download by using shallow downloads.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9242b80..22dc6a0 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ docs:
$(MAKE) -f core/core.mk -f core/docs.mk -f plugins/asciidoc.mk asciidoc DEPS=asciideck
up:
- git clone [email protected]:ninenines/erlang.mk.git gh-pages
+ git clone --depth 1 [email protected]:ninenines/erlang.mk.git gh-pages
cd gh-pages && git checkout gh-pages
cd gh-pages && make
cd gh-pages && git push origin gh-pages