mirror of https://github.com/apache/cassandra
Fix broken clean target in doc/Makefile
This commit is contained in:
parent
f5bc3784fb
commit
7a5118c7de
|
|
@ -55,7 +55,7 @@ help:
|
|||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
||||
rm $(YAML_DOC_OUTPUT)
|
||||
rm -f $(YAML_DOC_OUTPUT)
|
||||
|
||||
.PHONY: html
|
||||
html:
|
||||
|
|
|
|||
Loading…
Reference in New Issue