summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-05-11 16:24:11 +0100
committerJoe Carstairs <me@joeac.net>2026-05-11 16:24:11 +0100
commita8bb23a5b8ba705929b4ed3fe28a8259f9006064 (patch)
tree45ac8ea3097510c784dc67176ab6c5cec43a5ad3
parent18fa74443ecab966e47cbe8eb922eb4aa0a7821e (diff)
rm -f in make clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fca2f95..e278ff6 100644
--- a/Makefile
+++ b/Makefile
@@ -44,4 +44,4 @@ $(SCRAPBOOK_PDF): $(SCRAPBOOK_MARKDOWN) $(BIBLIOGRAPHY)
$(SCRAPBOOK_MARKDOWN)
clean:
- rm $(LOG_PDF) $(SCRAPBOOK_PDF)
+ rm -f $(LOG_PDF) $(SCRAPBOOK_PDF)