#------------------------------------------------------------------------------
#
#  NSSDC/CDF					CDF `definitions' makefile.
#
#  Version 1.0, 24-Oct-95, Hughes STX.
#
#  Modification history:
#
#   V1.0  24-Oct-95, J Love	Original version.
#
#------------------------------------------------------------------------------

SHELL=/bin/sh

#------------------------------------------------------------------------------
# Clean/purge.
#------------------------------------------------------------------------------

clean:

purge:
	@-rm -f *~
	@-rm -f *#
