diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -121,7 +121,7 @@ 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 |
