make 'make clean' clean everything

llvm-svn: 85957
This commit is contained in:
Nuno Lopes 2009-11-03 22:21:28 +00:00
parent 96638affa6
commit 6a20b2df3e
1 changed files with 1 additions and 1 deletions

View File

@ -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