From c26d39795885ef751b816517c9bd7113e8823e9d Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Sat, 3 Jul 2004 12:07:57 +0000
Subject: [PATCH] Remove additional temporary/junk files

---
 ansi-tests/makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/ansi-tests/makefile b/ansi-tests/makefile
index fc7a512d..1ca8f077 100644
--- a/ansi-tests/makefile
+++ b/ansi-tests/makefile
@@ -30,8 +30,10 @@ random-test:
 
 clean:
 	@rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
-	@rm -rf scratch/
-	@rm -f foo.txt foo.lsp file-that-was-renamed.txt tmp.dat tmp2.dat temp.dat
-	@rm -f gazonk*
+	@rm -rf scratch/ scratch.txt
+	@rm -f foo.txt foo.lsp foo.dat
+	@rm -f tmp.txt tmp.dat tmp2.dat temp.dat
+	@rm -f gazonk* out.class
 	@rm -rf TMP/
+	@rm -f "CLTEST:file-that-was-renamed.txt" file-that-was-renamed.txt
 
-- 
GitLab