.IGNORE:

OPT=-O -Wno-deprecated

.c: 
	g++ $(OPT) $< -I/usr/local/LiDIA/include -L/usr/local/LiDIA/lib -o $@ -lLiDIA -lgmp -lm

clean: 
	rm -f *.o
