run:
	hare run example.ha

# XXX: only tested on alpine, ymmv. should be run after every unicode release
regen:
	hare run -RT+gen graph/props+gen.ha /usr/share/unicode/emoji/emoji-data.txt /usr/share/unicode/auxiliary/GraphemeBreakProperty.txt /usr/share/unicode/EastAsianWidth.txt /usr/share/unicode/UnicodeData.txt >graph/props.ha

.PHONY: run regen
