diff options
author | Volpeon <git@volpeon.ink> | 2021-05-10 16:43:23 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-10 16:43:23 +0200 |
commit | 6c91d7386bc6ed27786883138732e17613d18cb5 (patch) | |
tree | 04a69ccb21efeb9140c55a30611d540645f3bcd1 /Makefile | |
parent | Refactoring to fully take advantage of Make (diff) | |
download | volpeon.ink-6c91d7386bc6ed27786883138732e17613d18cb5.tar.gz volpeon.ink-6c91d7386bc6ed27786883138732e17613d18cb5.tar.bz2 volpeon.ink-6c91d7386bc6ed27786883138732e17613d18cb5.zip |
Uncomment deploy target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,8 +120,8 @@ compress: all | |||
120 | serve: all | 120 | serve: all |
121 | python -m http.server --directory out 8000 | 121 | python -m http.server --directory out 8000 |
122 | 122 | ||
123 | #deploy: compress | 123 | deploy: compress |
124 | # rsync --progress --stats -rvz --delete out "$(DEPLOY_TARGET)" | 124 | rsync --progress --stats -rvz --delete out "$(DEPLOY_TARGET)" |
125 | 125 | ||
126 | clean: | 126 | clean: |
127 | rm -rf out | 127 | rm -rf out |