##
## %W%	(NCSA)	%G%	
## 
## Makefile for Teltool 
##
##

##
## the big guy himself
##

teltool:	FRC
	@cd Main ; make ; cd ..

##
## send out a release
##

release:
	@cd Main ; make release ; cd ..

FRC:

##
## do an install
##

install:
	@cd Main ; make install ; cd ..
