tAdded input folder auto generation - 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 274fcaea9e5132e395275bc0a8a046ad35f79630
(DIR) parent f2cfcec4a381988fba3d162b567a2ef8f6f4e858
(HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Tue, 4 Dec 2012 22:06:52 +0100
Added input folder auto generation
Diffstat:
M src/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/Makefile b/src/Makefile
t@@ -94,7 +94,10 @@ sphere.o: sphere.cpp $(CDEPS)
../sphere_status: sphere_status.cpp
$(CC) $(CCFLAGS) sphere_status.cpp -o ../sphere_status
-folders: ../output ../img_out
+folders: ../output ../img_out ../input
+
+../input:
+ mkdir $@
../output:
mkdir $@