commit 7b4c837ecc85a5e03bf01db008ff5cac3385b61e (tree) parent 42704ab08865c1517829e27bae9ff7a5edc2b10f Author: Motiejus Jakštys <desired.mta@gmail.com> Date: Sat, 30 Nov 2019 10:52:12 +0200 pre-submissions Diffstat:
| A | Karto/assignment4/.gitignore | | | 2 | ++ |
| M | Karto/assignment4/KTZ004_2019_04_brez.dwg | | | 0 | |
| A | Karto/assignment4/Makefile | | | 8 | ++++++++ |
| A | Karto/assignment4/schema2.png | | | 0 |
4 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Karto/assignment4/.gitignore b/Karto/assignment4/.gitignore @@ -0,0 +1,2 @@ +teodolitinio_ejimo_resultatai.txt +KTZ004_2019_04_ats.txt diff --git a/Karto/assignment4/KTZ004_2019_04_brez.dwg b/Karto/assignment4/KTZ004_2019_04_brez.dwg Binary files differ. diff --git a/Karto/assignment4/Makefile b/Karto/assignment4/Makefile @@ -0,0 +1,8 @@ +.PHONY: all +all: KTZ004_2019_04_ats.txt teodolitinio_ejimo_resultatai.txt + +KTZ004_2019_04_ats.txt: KTZ004_2019_04_ats.py measure.py + ./$< > $@ + +teodolitinio_ejimo_resultatai.txt: measure.py + ./$< > $@ diff --git a/Karto/assignment4/schema2.png b/Karto/assignment4/schema2.png Binary files differ.