benchmark: benchmark.cpp simdjson.cpp simdjson.h
	c++  -O3 -o benchmark benchmark.cpp -std=c++11
clean:
	rm -f benchmark