diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-04 02:51:34 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-04 02:51:34 -0400 |
commit | dfc64a12e2c43329c4eedb36b12f1b400da4069e (patch) | |
tree | cf7c3856892806cb905210fc8d9b3c06674b6484 | |
parent | c4d95089a3e5eb3678f26d1805be60a5ca4235ce (diff) | |
download | website-dfc64a12e2c43329c4eedb36b12f1b400da4069e.tar.gz |
add -f flag to rm in clean rule
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,4 +15,4 @@ install: cp -r blog srv clean: - rm -r *.html blog/*.html srv + rm -rf *.html blog/*.html srv |