summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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