diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-29 23:20:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-29 23:20:51 +0000 |
commit | a834599225f77f8451ef7cb8ca7214132aaff337 (patch) | |
tree | c95943afc3a0345938597c5b60c6ee3065ec06c3 /test/Analysis | |
parent | dea8146787bd9acf8619e7f167c10f9352d10e2e (diff) | |
download | external_llvm-a834599225f77f8451ef7cb8ca7214132aaff337.zip external_llvm-a834599225f77f8451ef7cb8ca7214132aaff337.tar.gz external_llvm-a834599225f77f8451ef7cb8ca7214132aaff337.tar.bz2 |
Add clean target to clean up my mess
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r-- | test/Analysis/DSGraph/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile index b89856f..0b3cd78 100644 --- a/test/Analysis/DSGraph/Makefile +++ b/test/Analysis/DSGraph/Makefile @@ -9,3 +9,6 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out)) $(addprefix Output/, $(TESTS:%.ll=%.ll.out)): Output/%.ll.out: %.ll Output/.dir $(LOPT) -$(TESTRUNR) $< + +clean:: + -rm -f *.dot *.ps |