# @(#)Makefile	22.1	12/08/98
#########################################################################
#									#
#  Copyright 1996 Science Applications International Corporation.	#
#									#
#########################################################################

INSTALLED	= MUC_scorer bnie

all:

install:

clean:
	-$(RM) *~ ,*

sget:

sclean:

distclean:
	-$(RM) *~ ,* $(INSTALLED)
