Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemoved recursive option for make clear - sphere - GPU-based 3D discrete eleme…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 311f3ff535f144286dbbb0411056ba1271836c16
parent 8beff2a2d52be189c0cb1e51acdb0dfe4b560f54
Author: Anders Damsgaard <[email protected]>
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(-)
---
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}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.