From f361821960c95c8cf30a4468243260ef0b4e1c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BCger?= Date: Tue, 13 Mar 2018 16:54:48 +0100 Subject: Speed up the git clone download by using shallow downloads. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 git@github.com:ninenines/erlang.mk.git gh-pages + git clone --depth 1 git@github.com: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 -- cgit v1.2.3