CI=add

include inc.mak

CXXFLAGS+=-I$(PWD)/../..
LDLIBS+=$(PWD)/../add/add.so

.PHONY: all

all: libadd.so
