all:
	clang++ -std=c++11 -O2 -o benchmarks dual1.cpp dual2.cpp dual3.cpp dual4.cpp dual5.cpp benchmarks.cpp
