MASH_HOME = ../..
TCL_DIR = ${MASH_HOME}/tcl/vd/qm
RM = rm -f

all:
	cd $(TCL_DIR); \
	make

clean:
	cd $(TCL_DIR); \
	make clean
	$(RM) *~

