all:
	for f in ../generic/*.o; do ln -sf $$f; done
	make -f Makefile tclsh
test:
	make -f Makefile test
install:
	make -f Makefile install



syntax highlighted by Code2HTML, v. 0.9.1