all: mpnewton

mpnewton: mpnewton.c
	gcc -std=gnu99 -Wall -o mpnewton mpnewton.c -lmpfr -lgmp
