
all:
	gcc -Ofast -fcilkplus primality.c -lgmp -lcilkrts -o primality.bin


clean:
	rm -rf *.bin *.h
