TaskX06 completed

This commit is contained in:
Eryk Miszczuk 2019-12-13 14:33:32 +01:00
parent 87c78e1793
commit 2efbb9182d

9
TaskX06/Makefile Normal file
View File

@ -0,0 +1,9 @@
# .far to specjalny format do przechowywania spakowanych transduktorów
BINARIES += TaskX06/zerotoone.far
TaskX06/run: TaskX06/zerotoone.far
TaskX06/zerotoone.far: TaskX06/zerotoone.grm
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/fst" thraxcompiler --input_grammar=$< --output_far=$@