
HEADERS=params.h
PGM=t3
include ../Makefile_common

all: tv

tv: testV.C
	$(CDIR)/bin/charmc -language c++ $(OPTS) -host -o tv testV.C
