test: test.cpp
	g++ -O3 -march=native -std=c++17 -o test test.cpp -I.
clean:
	rm -f test
