aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-03-14 16:43:10 +0100
committerLoïc Hoguin <[email protected]>2018-03-14 16:43:10 +0100
commit4fbc1ff227e8d9b8a59cb922d9d9fd8987476ec8 (patch)
treed85111eaee41dfe80fd1c4171dd243304b7d2ef4
parentf361821960c95c8cf30a4468243260ef0b4e1c95 (diff)
downloaderlang.mk-4fbc1ff227e8d9b8a59cb922d9d9fd8987476ec8.tar.gz
erlang.mk-4fbc1ff227e8d9b8a59cb922d9d9fd8987476ec8.tar.bz2
erlang.mk-4fbc1ff227e8d9b8a59cb922d9d9fd8987476ec8.zip
Fix make up, my bad
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22dc6a0..9242b80 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 --depth 1 [email protected]:ninenines/erlang.mk.git gh-pages
+ git clone [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