10 lines
298 B
Makefile
10 lines
298 B
Makefile
|
|
# .far to specjalny format do przechowywania spakowanych transduktorów
|
|
|
|
BINARIES += TaskH00/legiatolech.far
|
|
|
|
TaskH00/run: TaskH00/legiatolech.far
|
|
|
|
TaskH00/legiatolech.far: TaskH00/legiatolech.grm
|
|
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/fst" thraxcompiler --input_grammar=$< --output_far=$@
|