# UMFPACK requires the AMD package to be in ../AMD

# compile just the C-callable library
lib:
	( cd Source ; make lib )

# remove object files and library
clean:
	( cd Source ; make clean )
