diff --git a/Makefile b/Makefile index e2fcf8787..e2ebd4078 100644 --- a/Makefile +++ b/Makefile @@ -141,6 +141,9 @@ website: upload_website: website rclone -v sync docs/public memstore:www-rclone-org +upload_test_website: website + rclone -P sync docs/public test-rclone-org: + tarball: git archive -9 --format=tar.gz --prefix=rclone-$(TAG)/ -o build/rclone-$(TAG).tar.gz $(TAG)