eratosthenes: eratosthenes.cpp
	g++ -O3 -o eratosthenes eratosthenes.cpp

clean:
	rm -f eratosthenes
