summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19ad5a7..efec3e7 100644
--- a/Makefile
+++ b/Makefile
@@ -27,4 +27,7 @@ serve_only: build
27 27
28serve: watch serve_only 28serve: watch serve_only
29 29
30.PHONY: all build watch serve 30deploy: build
31 @rsync --progress --stats -avz --delete dist/ vulpes@94.130.78.123:/srv/http/volpeon.ink/
32
33.PHONY: all clean build watch serve deploy