From: Lady Date: Sun, 14 May 2023 04:36:52 +0000 (-0700) Subject: Clean up makefile X-Git-Url: https://git.ladys.computer/Blog/commitdiff_plain/9c5b1cd7be695a96f03a437e6b1521b21a0f2b86 Clean up makefile There was some old copypasta in here from WWW. --- 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 =