# "make test-leapfrog" to remake test executable OPT = -O OPTFLAGS = $(OPT) -Wall -pedantic -std=c99 $(EXTRAFLAGS) -lgmp CFLAGS = $(OPTFLAGS) CCFLAGS = $(CFLAGS)