benchmark: benchmark.cpp
	$(CXX) $(CXXFLAGS) -o $@ $^ -O3 -Wall -I. -std=c++17
clean:
	rm -f benchmark