djfz-2020/TaskH00/Makefile
2021-01-17 23:13:44 +01:00

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=$@