summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a42f693..7b96ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -120,8 +120,8 @@ compress: all
120serve: all 120serve: all
121 python -m http.server --directory out 8000 121 python -m http.server --directory out 8000
122 122
123#deploy: 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