djfz-2019-s432813/TaskX07/Makefile

10 lines
282 B
Makefile
Raw Permalink Normal View History

2020-01-20 18:20:01 +01:00
# .far to specjalny format do przechowywania spakowanych transduktorów
BINARIES += TaskX07/addfour.far
TaskX07/run: TaskX07/addfour.far
TaskX07/addfour.far: TaskX07/addfour.grm
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/fst" thraxcompiler --input_grammar=$< --output_far=$@