From 9c75c7eacecf96b6ba978f3917cdeb7d936f2834 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 25 Jul 2020 22:04:42 +0200 Subject: [PATCH] :wrench: clean generated XML files --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 07e417c1..35e8b5aa 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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=) ##########################################################################