diff options
author | EuAndreh <eu@euandre.org> | 2025-04-03 20:19:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-03 20:19:17 -0300 |
commit | 114165c19211be0e2b857f17fd381d9f0c844c89 (patch) | |
tree | c41ea7014138fdf8b20e217691840cbb4ae78461 | |
parent | Makefile: Prevent CI from trying to look at ~/.gnupg (diff) | |
download | euandre.org-114165c19211be0e2b857f17fd381d9f0c844c89.tar.gz euandre.org-114165c19211be0e2b857f17fd381d9f0c844c89.tar.xz |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ $(feeds.xml): $(contents.gz): gzip -9fk $* - touch $@ + touch $@ $(sources.snippets.gz): if [ -s $* ]; then gzip -9fk `cat $*`; fi |