LEVEL = ../../../..
PROG = qbsort
# repeat the sort loop 1000 times (these are really small lists).
RUN_OPTIONS := 1000
LDFLAGS = -lm
STDIN_FILENAME = $(PROJ_SRC_DIR)/benchmark.in3
HASH_PROGRAM_OUTPUT = 1
include $(LEVEL)/MultiSource/Makefile.multisrc

