include ../Makefile.defs

install : matrix.sty
	@echo "Add $(CWD)/Tex to your TEXINPUTS environment variable"
	@echo "Or move $(CWD)/Tex/matrix.sty to a directory that TeX can find"

clean : 
	rm $(RM_PATTERN)
