From e6075b0cf7929b7e22075f82d9f303edc23e85e9 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 22 Aug 2017 11:08:51 +0000 Subject: [PATCH] flex-bison.mk: Clean report-*.xml Signed-off-by: Jan Lindemann --- make/flex-bison.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/flex-bison.mk b/make/flex-bison.mk index c659c6b1..4977e75f 100644 --- a/make/flex-bison.mk +++ b/make/flex-bison.mk @@ -66,4 +66,4 @@ lex.%.$(FB_FLEX_OUT_EXT): %.l $(FB_BISON_OUT_C) clean.local: rm -f $(FB_GENERATED_C) $(FB_HDRDIR)/*.tab.h $(FB_HDRDIR)/lex.*.h *.output $(FB_EXE) *.tmp $(FB_OBJ) *.rep $(FB_HDRDIR)/*.rep - rm -f graph-*.txt report-*.txt + rm -f graph-*.txt report-*.xml report-*.txt