gost-dictionary/Makefile

7 lines
162 B
Makefile

files := $(wildcard *.txt)
gost.dsl: $(files)
cat 00000.header | iconv -f utf-8 -t utf-16 > gost.dsl
python3 lingvo.py | iconv -f utf-8 -t utf-16 >> gost.dsl