X-Git-Url: https://git.ladys.computer/Blog/blobdiff_plain/bb0407b1891330f2f759528154c98d3420a285f5..fed274adda95583e3f8fa0dd8a86570a0309b09d:/GNUmakefile

diff --git a/GNUmakefile b/GNUmakefile
index 5491636..f97f746 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -8,23 +8,16 @@ SHELL = /bin/sh
 
 # This Makefile requires rsync 3 or newer.
 RSYNC = rsync
-RSYNC_FLAGS = -Oclmrtvz
+RSYNC_FLAGS = --verbose --checksum --recursive --links --times --omit-dir-times --del --prune-empty-dirs --compress
 RSYNC_OPTIONS =
 RSYNC_FILTER = .rsync-filter
 
 SOURCE_CHARSET = utf-8-mac
 
-DESTINATION_HOST = computer
-DESTINATION_PATH = lady/www
-DESTINATION = $(DESTINATION_HOST):$(DESTINATION_PATH)
-DESTINATION_CHARSET = utf-8
-
-RSYNC_OPTIONS =
-SOURCE_CHARSET = utf-8-mac
-DESTINATION_CHARSET = utf-8
 DESTINATION_HOST = computer
 DESTINATION_PATH = lady/blog
 DESTINATION = $(DESTINATION_HOST):$(DESTINATION_PATH)
+DESTINATION_CHARSET = utf-8
 
 GIT_FORCE =