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

clean:
	rm -r -f checkutf8
