diff --git a/TaskX06/Makefile b/TaskX06/Makefile new file mode 100644 index 0000000..e415512 --- /dev/null +++ b/TaskX06/Makefile @@ -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=$@