summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 499375e..58afe3b 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ serve: all
121 python -m http.server --directory out 8000 121 python -m http.server --directory out 8000
122 122
123deploy: compress 123deploy: compress
124 rsync --progress --stats -rvz --delete out "$(DEPLOY_TARGET)" 124 rsync --progress --stats -rvz --delete out/ "$(DEPLOY_TARGET)"
125 125
126clean: 126clean:
127 rm -rf out 127 rm -rf out