From 3fc41804b23f88517ddaafb15d0fe484a044ef5b Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Tue, 5 Jul 2005 13:46:54 +0000
Subject: [PATCH] Add .dfsl, .d64fsl files as clean targets

---
 ansi-tests/beyond-ansi/makefile | 2 +-
 ansi-tests/makefile             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ansi-tests/beyond-ansi/makefile b/ansi-tests/beyond-ansi/makefile
index d9d2a87e..4a1e2694 100644
--- a/ansi-tests/beyond-ansi/makefile
+++ b/ansi-tests/beyond-ansi/makefile
@@ -3,4 +3,4 @@ test:
 
 clean:
 	@rm -f test.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
-	@rm -f gazonk* out.class
+	@rm -f gazonk* out.class *.dfsl *.d64fsl
diff --git a/ansi-tests/makefile b/ansi-tests/makefile
index 198e9374..01d93c28 100644
--- a/ansi-tests/makefile
+++ b/ansi-tests/makefile
@@ -135,6 +135,7 @@ rt_1000_8:
 
 clean:
 	@rm -f test*.out *.cls *.fasl *.o *.so *~ *.fn *.x86f *.fasl *.ufsl *.abcl *.fas *.lib \#*\#
+	@rm -f *.dfsl *.d64fsl
 	@(cd beyond-ansi; $(MAKE) clean)
 	@rm -rf scratch/ scratch.txt
 	@rm -f foo.txt foo.lsp foo.dat
-- 
GitLab