build: fix clean rule
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ktyl 2023-12-04 22:48:55 +00:00
parent b8c3974807
commit 797ab70d71

View File

@ -8,8 +8,7 @@ site: Makefile $(md) $(py)
cp $(html) $(py) Makefile html
clean-html:
[[ -d html ]] && rm -r html
rm $(pages_html)
rm -r html
.PHONY: clean-html