From 2e1887380cbd287e5a18749c7feb703c883d67b3 Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Sun, 19 Mar 2006 14:25:25 +0000
Subject: [PATCH] make sure distclean deletes kalman.root and
 stressOperations.root.

git-svn-id: http://root.cern.ch/svn/root/trunk@14309 27541ba8-7e3a-0410-8455-c3a389f83636
---
 smatrix/test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smatrix/test/Makefile b/smatrix/test/Makefile
index 19bb612f414..e054ea95a9b 100644
--- a/smatrix/test/Makefile
+++ b/smatrix/test/Makefile
@@ -89,7 +89,7 @@ clean:
 		@rm -f $(OBJS) $(PROGRAMS) core 
 
 distclean:      clean
-		@rm -f $(PROGRAMS) 
+		@rm -f $(PROGRAMS) kalman.root stressOperations.root 
 
 
 .SUFFIXES: .$(SrcSuf)
-- 
GitLab