summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-04-21 11:36:37 -0500
committerClark Williams <williams@redhat.com>2009-04-21 11:36:37 -0500
commit131f9b638c128d91bed6903e42a098839d143ab6 (patch)
tree508efd0b40ff71b188851343f998dddbe94d37e2 /Makefile
parent7f59a32b6c46d2b776717c9974445747b0a34717 (diff)
downloadrteval-131f9b638c128d91bed6903e42a098839d143ab6.tar.gz
rteval-131f9b638c128d91bed6903e42a098839d143ab6.tar.xz
rteval-131f9b638c128d91bed6903e42a098839d143ab6.zip
added Makefile code to create run directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2121443..1630b87 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ VERSION := $(shell awk '/Version:/ { print $$2 }' ${PACKAGE}.spec)
D := 10
runit:
+ [ -d ./run ] || mkdir run
python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D)
sysreport: