🔧 clean generated XML files

This commit is contained in:
Niels Lohmann
2020-07-25 22:04:42 +02:00
parent 7bd6242f04
commit 9c75c7eace

View File

@@ -43,7 +43,7 @@ check_output: $(EXAMPLES:.cpp=.test)
clean:
rm -fr me.nlohmann.json.docset html $(EXAMPLES:.cpp=)
rm -fr me.nlohmann.json.docset html xml $(EXAMPLES:.cpp=)
##########################################################################