CC=gcc -I. -g
#CC=purify cc -g -Bstatic  
gmp.o: gmp.c
	$(CC) -c -g gmp.c
clean:
	rm -f gmp.o core
