.IGNORE: OPT=-O -Wno-deprecated .c: g++ $(OPT) $< -I/usr/local/include/ -L/usr/local/lib -o $@ -lLiDIA -lgmp -lm clean: rm -f *.o