clean feeds

This commit is contained in:
Eloi Torrents 2025-09-05 08:53:01 +02:00
parent 7ec2d58f45
commit 523ec9c937

View File

@ -21,7 +21,8 @@ settings:
.PHONY: clean
clean:
rm ./pages/*.html
rm ./tags/*/*.html
rm ./webring/*.html
rmdir ./pages ./tags/* ./tags ./webring
- rm -f ./pages/*.html
- rm -f ./tags/*/*.html
- rm -f ./webring/*.html
- rm -f ./feeds/*.xml
- rmdir ./pages ./tags/* ./tags ./webring ./feeds