Использование для сборки make
This commit is contained in:
parent
291e170914
commit
020a853efa
6
Makefile
Normal file
6
Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user