all:
	go build -buildmode=c-shared -o out_multiinstance.so

clean:
	rm -rf *.so *.h *~
