clean feeds
This commit is contained in:
parent
7ec2d58f45
commit
523ec9c937
@ -21,7 +21,8 @@ settings:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm ./pages/*.html
|
- rm -f ./pages/*.html
|
||||||
rm ./tags/*/*.html
|
- rm -f ./tags/*/*.html
|
||||||
rm ./webring/*.html
|
- rm -f ./webring/*.html
|
||||||
rmdir ./pages ./tags/* ./tags ./webring
|
- rm -f ./feeds/*.xml
|
||||||
|
- rmdir ./pages ./tags/* ./tags ./webring ./feeds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user