summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-09-08 08:54:02 -0500
committerClark Williams <williams@redhat.com>2009-09-08 08:54:02 -0500
commit589b33164e6035dc86071eb235d11ceb4c8f4ad5 (patch)
treed24d8c603f9c3b009faa4cdc2bbae3697606d7ba /Makefile
parent4af11038dbf15cb41014de5666094a7d313d6148 (diff)
downloadrteval-589b33164e6035dc86071eb235d11ceb4c8f4ad5.tar.gz
rteval-589b33164e6035dc86071eb235d11ceb4c8f4ad5.tar.xz
rteval-589b33164e6035dc86071eb235d11ceb4c8f4ad5.zip
added dynamic loading of loads from a .ini-style config file
removed unimplemented command line options
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f667bbd..29c978a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,13 +5,13 @@ D := 10
runit:
[ -d ./run ] || mkdir run
- python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D)
+ python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f rteval/default.ini
sysreport:
python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --sysreport
clean:
- rm -f rteval/*~ rteval/*.py[co] *.tar.bz2
+ rm -f *~ rteval/*~ rteval/*.py[co] *.tar.bz2
realclean: clean
rm -rf run tarball rpm