##
## Master Makefile for teltool
##
## %W%	(NCSA)	%G%
##

config:
	@Bin/Configure

install:
	@cd Src ; make install ; cd ..

teltool:
	@cd Src ; make ; cd ..

