From b16df47f4f6e3c1dcf88587b94d581ee1ad116da Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 25 Mar 2023 18:11:27 -0300 Subject: Makefile: Do not compress files being rsynced locally --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80f3fd9..30c0ac6 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ debian.mk: paku.lock debian.sentinel: debian.mk @$(MAKE) -f debian.mk - touch debian.sentinel + touch $@ debian: debian.sentinel @@ -95,7 +95,7 @@ Formula: paku.lock public/debian: debian.sentinel mkdir -p $(@D) - rsync -avzP --delete `$(MAKE) -s -f debian.mk public-dir`/ $@/ + rsync -avP --delete `$(MAKE) -sf debian.mk public-dir`/ $@/ touch $@ public/paku.html: paku.lock -- cgit v1.2.3