build: fix clean rule
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
b8c3974807
commit
797ab70d71
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue