tRemoved recursive option for make clear - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 311f3ff535f144286dbbb0411056ba1271836c16
 (DIR) parent 8beff2a2d52be189c0cb1e51acdb0dfe4b560f54
 (HTM) Author: Anders Damsgaard <adc@geo.au.dk>
       Date:   Thu,  6 Sep 2012 08:33:53 +0200
       
       Removed recursive option for make clear
       
       Diffstat:
         M src/Makefile                        |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/Makefile b/src/Makefile
       t@@ -96,6 +96,6 @@ clean:
        
        clear:
                # Remove all output data and images
       -        $(RM) -rf ../img_out/*.{ppm,png}
       -        $(RM) -rf ../output/*.{dat,bin}
       +        $(RM) -f ../img_out/*.{ppm,png}
       +        $(RM) -f ../output/*.{dat,bin}