all: UnicodeData.txt
	python first-letter-characters-generator.py

UnicodeData.txt:
	wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
