summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-10 16:43:23 +0200
committerVolpeon <git@volpeon.ink>2021-05-10 16:43:23 +0200
commit6c91d7386bc6ed27786883138732e17613d18cb5 (patch)
tree04a69ccb21efeb9140c55a30611d540645f3bcd1 /Makefile
parentRefactoring to fully take advantage of Make (diff)
downloadvolpeon.ink-6c91d7386bc6ed27786883138732e17613d18cb5.tar.gz
volpeon.ink-6c91d7386bc6ed27786883138732e17613d18cb5.tar.bz2
volpeon.ink-6c91d7386bc6ed27786883138732e17613d18cb5.zip
Uncomment deploy target
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