PKG_LIBS = $(BLAS_LIBS) $(FLIBS)
.PHONY: all clean

all: $(SHLIB)

clean:
	$(RM) *.o
	$(RM) *.dll
	$(RM) *.so
	$(RM) *.dylib
