TaskX06 completed
This commit is contained in:
parent
87c78e1793
commit
2efbb9182d
9
TaskX06/Makefile
Normal file
9
TaskX06/Makefile
Normal 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=$@
|
Loading…
Reference in New Issue
Block a user