a.out: first10.c isprime.c
	gcc -Wall -ansi -pedantic first10.c isprime.c -lm
