install :
	gcc -g -Wall -fPIC --shared -o int64.so int64.c 

clean :
	rm int64.so

