Использование для сборки make

This commit is contained in:
Andrei Astafev 2022-12-26 12:41:41 +03:00
parent 291e170914
commit 020a853efa
2 changed files with 6 additions and 5 deletions

6
Makefile Normal file
View 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

View File

@ -1,5 +0,0 @@
#!/bin/bash
cat 00000.header | iconv -f utf-8 -t utf-16 > gost.dsl
python3 lingvo.py | iconv -f utf-8 -t utf-16 >> gost.dsl