example: example.cpp fieldoffractions.h
	g++ -O3 -o example example.cpp

clean:
	rm -f example

