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

SHELL = /bin/sh
#
all :;

install :
	- cp idlspec2d.table $(IDLSPEC2D_DIR)/ups
	- cp Makefile $(IDLSPEC2D_DIR)/ups

clean :
	rm -f *~ core *.bak *.orig *.old .#* #*#
