all: main.cpp
	g++ -O3 main.cpp -lgmp -o jklecm -I/usr/local/include
clean:
	$(RM) jklecm

