diff options
author | Andreas Krüger <[email protected]> | 2018-03-13 16:54:48 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-03-14 16:32:30 +0100 |
commit | f361821960c95c8cf30a4468243260ef0b4e1c95 (patch) | |
tree | 0c246b58dbd74a995fa9d4db9423ff4d5c5a18eb /Makefile | |
parent | a22f31ebf0f97025d6534bfce448e85a421af1a0 (diff) | |
download | erlang.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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |