Added makefile files to directories with my answers

This commit is contained in:
Eryk Miszczuk 2019-12-13 14:24:03 +01:00
parent dcce6dfb9d
commit 87c78e1793
9 changed files with 0 additions and 7 deletions

0
TaskA07/Makefile Normal file
View File

0
TaskA29/Makefile Normal file
View File

0
TaskA37/Makefile Normal file
View File

0
TaskA47/Makefile Normal file
View File

0
TaskB02/Makefile Normal file
View File

0
TaskB05/Makefile Normal file
View File

0
TaskX03/Makefile Normal file
View File

0
TaskX04/Makefile Normal file
View File

View File

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