diff --git a/TaskA07/Makefile b/TaskA07/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/TaskA29/Makefile b/TaskA29/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/TaskA37/Makefile b/TaskA37/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/TaskA47/Makefile b/TaskA47/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/TaskB02/Makefile b/TaskB02/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/TaskB05/Makefile b/TaskB05/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/TaskX03/Makefile b/TaskX03/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/TaskX04/Makefile b/TaskX04/Makefile new file mode 100644 index 0000000..e69de29 diff --git a/TaskX06/Makefile b/TaskX06/Makefile deleted file mode 100644 index 50ec19a..0000000 --- a/TaskX06/Makefile +++ /dev/null @@ -1,7 +0,0 @@ - -BINARIES += TaskX06/zerotoone.far - -TaskX06/run: TaskX06/zerotoone.far - -TaskX06/legiatolech.far: TaskX06/zerotoone.grm - LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/fst" thraxcompiler --input_grammar=$< --output_far=$@