summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-02-20 13:56:52 -0600
committerClark Williams <williams@redhat.com>2009-02-20 13:56:52 -0600
commitbcfb1ff577cdafe3b0a568e538166a5328232f7b (patch)
treebb8e5b22149634228e36121fa947b2ed393af810 /Makefile
parent12324a74cec4b75c2447de1febbcb7d7736865ec (diff)
downloadrteval-bcfb1ff577cdafe3b0a568e538166a5328232f7b.tar.gz
rteval-bcfb1ff577cdafe3b0a568e538166a5328232f7b.tar.xz
rteval-bcfb1ff577cdafe3b0a568e538166a5328232f7b.zip
reworked run target to use new options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ae0de81..eebe998 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ VERSION := $(shell awk '/Version:/ { print $$2 }' ${PACKAGE}.spec)
D := 10
runit:
- python rteval/rteval.py -v --builddir=./run --loaddir=./loadsource --duration=$(D) --keepdata
+ python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --keepdata
sysreport:
- python rteval/rteval.py -v --builddir=./run --loaddir=./loadsource --duration=$(D) --keepdata --sysreport
+ python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --keepdata --sysreport
clean:
rm -f rteval/*~ rteval/*.py[co] *.tar.bz2