1 2 3 4 5 6 7 8 9
all: pinyin2.txt pinyin2.txt: awk -f genpinyin2.awk ../data/gb_char.table > $@ .PHONY: pinyin2.txt