PKG_LIBS = $(BLAS_LIBS) $(FLIBS)

all : clean

clean :
	@rm -rf *.mod *.o
	
