From a643d71c8d64b2febd96105b7facccd384540389 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Wed, 7 Jan 2009 13:16:26 -0600 Subject: added D environment variable to Makefile for duration --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit