build: fix clean rule
continuous-integration/drone/push Build is failing Details

This commit is contained in:
ktyl 2023-12-04 22:48:55 +00:00
parent 60998ee701
commit e4b7d7af2b
1 changed files with 1 additions and 2 deletions

View File

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