# JC's shottish directory makefile.

all:

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #

neat:         ; rm -f *-
clean:    neat; rm -f *.out new.* *.pdf *.ps *.PS new.ps
clobber: clean; /bin/rm -f core
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
