From 114165c19211be0e2b857f17fd381d9f0c844c89 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 3 Apr 2025 20:19:17 -0300 Subject: Makefile: Indent "touch" with "gzip" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b46939..48ded0f 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ $(feeds.xml): $(contents.gz): gzip -9fk $* - touch $@ + touch $@ $(sources.snippets.gz): if [ -s $* ]; then gzip -9fk `cat $*`; fi -- cgit v1.2.3