Run each nofib program multiple times, tunable by the $(NoFibRuns)
variable. nofib-analyse already knows how to average the times from
multiple runs.
# Haskell compiler options for nofib
NoFibHcOpts = -O
+# Number of times to run each program
+NoFibRuns = 5
+
# ==============================================================================
#
# END OF PROJECT-SPECIFIC STUFF