summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-01-07 13:16:26 -0600
committerClark Williams <williams@redhat.com>2009-01-07 13:16:26 -0600
commita643d71c8d64b2febd96105b7facccd384540389 (patch)
tree30984073ed4afe0ddb37c50da326dddb9f04b3bd /Makefile
parentc93f69a8d488a089ad6d75e8c1d2ab435e3b2b6a (diff)
downloadrteval-a643d71c8d64b2febd96105b7facccd384540389.tar.gz
rteval-a643d71c8d64b2febd96105b7facccd384540389.tar.xz
rteval-a643d71c8d64b2febd96105b7facccd384540389.zip
added D environment variable to Makefile for duration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da0d431..0ef4e56 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
HERE := $(shell pwd)
PACKAGE := prevert
VERSION := $(shell awk '/Version:/ { print $$2 }' ${PACKAGE}.spec)
+D := 10
runit:
- python prevert/prevert.py -v --builddir=./run --loaddir=./loadsource --duration=10
+ python prevert/prevert.py -v --builddir=./run --loaddir=./loadsource --duration=$(D)
clean:
rm -f prevert/*~ prevert/*.py[co] *.tar.bz2