site

bvnf.space sources
Log | Files | Refs

commit bff323478ba070f263ae5af7b9ea3061678ba1e7
parent d8472a48e72b3a118b90b594700a36d42bd3657d
Author: phoebos <ben@bvnf.space>
Date:   Fri, 30 Jun 2023 13:04:28 +0100

blog: .PHONY: rss.xml

Diffstat:
Mblog/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/Makefile b/blog/Makefile @@ -22,4 +22,4 @@ clean: lint: mandoc -T lint $(TXTS:.txt=.7) -.PHONY: clean index.html lint +.PHONY: clean index.html lint rss.xml