.IGNORE:

OPT=-O

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

clean: 
	rm -f *.o
