#  Makefile - Tom Green '93
#
#  Copyright 1993
#
#  SUPER COMPUTER COMPUTATIONS RESEARCH INSTITUTE
#             FLORIDA STATE UNIVERSITY
#
#
#  SCRI representatives make no claims about the
#  suitability of this software for any purpose.
#  It is provided "as is" without express or
#  implied warranty.
# 
# 

#***** This Makefile is only for making the tar/shar 
#***** files, backups and development.

CC=cc
CFLAGS=-g
LFLAGS=
ARC=FG

clean:
	-rm -f *[0-9] core*

