diff options
| -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 |
