SHELL=/bin/sh
MAKE=make

Test-vtran:
		sh Vtmake
		sh Test

Clean:
		rm -rf vt
		rm -f tests/local/*

