summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-04-06 23:56:56 -0400
committerrsiddharth <s@ricketyspace.net>2019-04-06 23:56:56 -0400
commit42b804eddacb179849788bba56339ee5e3fcac4a (patch)
treebc4d0b5e0cd0c0b8e83ad5308fa3ab6c8d3924bb /Makefile
parentba0b04a2523c499782d51c006338a16b26ebbf5f (diff)
Makefile: Add upload.
Diffstat (limited to 'Makefile')
-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