blob: 20c25f5ace4f1136b17e98e48ee00d15a22008e6 [file] [log] [blame]
LEVEL = ../../../..
PROG = enc-rc4
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 1000000
else
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS = 2000
else
RUN_OPTIONS = 200000
endif
endif
include $(LEVEL)/MultiSource/Makefile.multisrc