#
#  ICPC Mid-Atlantic problem makefile
#
#  For each test case and each C/C++/Java/Python solution candidate,
#  produces distinct testcase.candidate.out, .diff, and .time files,
#
#  Ideally, all the .diff files should be empty. 
#
#  This makefile relies on ../make.problem
#
DIR=${PWD}
PROBLEM=$(notdir ${DIR})
#

# Set the default target
# all: verify

all: diffs


include ../make.problem



