File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,21 +54,21 @@ test-Recommended:
5454mostlyclean : clean
5555clean :
5656	-@rm -f stamp-R Rplot*  Rprof.out data dumpdata.R \ 
57- 	  reg-* .pdf p-qbeta-strict-tst.pdf  \ 
57+ 	  reg-plot-latin1.ps reg-plot.ps reg-tests- ? .ps  \ 
5858	  R-exts.*  R-intro.R R-intro.Rout \ 
59- 	  FALSE*  .R .tex mirrors.html PACKAGES*  ex.gz 
59+ 	  FALSE*  .R .tex mirrors.html PACKAGES* 
6060	-@rm -f testit.txt testit.html testit.tex testit-Ex.R
6161	-@rm -f ver10.txt ver10.html ver10.tex ver10-Ex.R
6262	-@rm -f ver11.txt ver11.html ver11.tex ver11-Ex.R
6363	-@rm -Rf anRpackage myTst*  myLib myLib_2
64- 	-@rm -f .RData
65- 	-@rm -f p-r-random-tests_seed
64+ 
65+ clean2 : clean
66+ 	-@rm -f $(test-out )  $(test-src-auto )  .RData
6667
6768distclean : clean
6869	-@for d in  $(SUBDIRS ) ;  do  \ 
6970	  (cd $$ {d} &&  $( MAKE) $@ );  \ 
7071	done 
71- 	-@rm -f $(test-out )  $(test-src-auto )  * .Rout.fail 
72+ 	-@rm -f $(test-out )  $(test-src-auto )  .RData 
7273	-@rm -Rf * .Rcheck Packages
73- 
7474maintainer-clean : distclean
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments