diff --git a/example/Makefile b/example/Makefile index 1775778..380cfe0 100644 --- a/example/Makefile +++ b/example/Makefile @@ -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