
%: %.cpp
	mpicxx -O2 `regina-engine-config --cflags --libs` -lpopt -o $@ $<

