all:
	g++ pos_print.c -fPIC -shared -o libpos_print.so
	g++ main.c -lpos_print -L. -Wl,-rpath,'$$ORIGIN' -o test
