🔧 clean generated XML files

This commit is contained in:
Niels Lohmann 2020-07-25 22:04:42 +02:00
parent 7bd6242f04
commit 9c75c7eace
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

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=)
##########################################################################