diff options
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 57291429f9..75b8601190 100644 --- a/test/Makefile +++ b/test/Makefile @@ -44,6 +44,6 @@ lit.site.cfg: FORCE $(PROJ_SRC_DIR)/lit.site.cfg.in > $@ clean:: - @ rm -rf Output/ + @ find -name Output | xargs rm -fr .PHONY: all report clean |