Fix broken clean target in doc/Makefile

This commit is contained in:
Michael Shuler 2016-10-17 16:19:52 -05:00
parent f5bc3784fb
commit 7a5118c7de
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ help:
.PHONY: clean
clean:
rm -rf $(BUILDDIR)/*
rm $(YAML_DOC_OUTPUT)
rm -f $(YAML_DOC_OUTPUT)
.PHONY: html
html: