# Makefile for the C++ implementation of VSPL

run:
	echo "Not yet implemented"

clean:
	rm -f *~ vspl junk*
