summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea0ffe3..0254ee9 100644
--- a/Makefile
+++ b/Makefile
@@ -53,3 +53,7 @@ clean-css:
clean-js:
rm -rf $(JS_DIR)
.PHONY: clean-js
+
+upload: site
+ rsync -avz _build/ nf:~/public_html/tmp/fsfi/
+.PHONY: upload