checkutf8: checkutf8.c simdutf8check.h
	cc -O3 -o checkutf8 checkutf8.c -march=native
test:checkutf8
	./checkutf8

clean:
	rm -r -f checkutf8
