diff --git a/imaginary/bernouilli/Makefile b/imaginary/bernouilli/Makefile index 1459e340f9f21059c697899326a941b04be8fed8..56dd57c32cfa80dfe7d6cc325d9d42cb85be0917 100644 --- a/imaginary/bernouilli/Makefile +++ b/imaginary/bernouilli/Makefile @@ -4,7 +4,7 @@ include $(TOP)/mk/boilerplate.mk # Override default SRCS; the default is all source files, but # we don't want to include paraffins.c SRCS=Main.hs -SRC_RUNTEST_OPTS += 500 +PROG_ARGS += 500 include $(TOP)/mk/target.mk