summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.data
blob: 49f65b44bdcb0aa30aded6709a732735dbede3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: pinyins.txt


pinyins.txt:
	python3 genpinyins.py


update-header:
	python3 genpinyinheader.py > ../src/storage/pinyin_parser_table.h
	python3 genbopomofoheader.py > ../src/storage/chewing_table.h
	python3 genchewingkey.py > ../src/storage/chewing_enum.h


.PHONY: pinyins.txt