LEVEL = ../../../..

PROG     = 8b10b
ifdef SMALL_PROBLEM_SIZE
RUN_OPTIONS = $(PROJ_SRC_DIR)/input.txt 2000
else
RUN_OPTIONS = $(PROJ_SRC_DIR)/input.txt 20000
endif
include $(LEVEL)/MultiSource/Makefile.multisrc

