summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-04 02:51:34 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-04 02:51:34 -0400
commitdfc64a12e2c43329c4eedb36b12f1b400da4069e (patch)
treecf7c3856892806cb905210fc8d9b3c06674b6484
parentc4d95089a3e5eb3678f26d1805be60a5ca4235ce (diff)
downloadwebsite-dfc64a12e2c43329c4eedb36b12f1b400da4069e.tar.gz
add -f flag to rm in clean rule
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b968742..8911fdc 100644
--- a/makefile
+++ b/makefile
@@ -15,4 +15,4 @@ install:
cp -r blog srv
clean:
- rm -r *.html blog/*.html srv
+ rm -rf *.html blog/*.html srv