CXXFLAGS=-std=c++11 -g

validate-% : validator
	./validator < tests/$*.dat
