TOP = ../..
include $(TOP)/mk/boilerplate.mk

SRC_HC_OPTS += -package text -package data


# Arguments for the test program
PROG_ARGS = 8 3

include $(TOP)/mk/target.mk

