###############################################################################
# Sloan Digital Sky Survey (SDSS) -- 2D spectroscopic reduction code
# S. Burles & D. Schlegel
###############################################################################

SHELL = /bin/sh
#
all :;
#
# Install things in their proper places in $(IDLSPEC2D_DIR)
#
install :
	- cp *.h $(IDLSPEC2D_DIR)/include
	- cp Makefile $(IDLSPEC2D_DIR)/include

clean :
	- /bin/rm -f *~ core

