summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-03 20:19:17 -0300
committerEuAndreh <eu@euandre.org>2025-04-03 20:19:17 -0300
commit114165c19211be0e2b857f17fd381d9f0c844c89 (patch)
treec41ea7014138fdf8b20e217691840cbb4ae78461
parentMakefile: Prevent CI from trying to look at ~/.gnupg (diff)
downloadeuandre.org-114165c19211be0e2b857f17fd381d9f0c844c89.tar.gz
euandre.org-114165c19211be0e2b857f17fd381d9f0c844c89.tar.xz
Makefile: Indent "touch" with "gzip"HEADmain
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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