all: basic.so basic.so: g++ -std=c++11 -shared -fPIC basic.cpp -o basic.so clean: rm -f basic.so