CXXFLAGS += $(shell quantlib-config --cflags --libs) -shared


all: quantlib

clean:
	-rm quantlib

.PHONY: all clean

