pre-submissions

This commit is contained in:
Motiejus Jakštys 2019-11-30 10:52:12 +02:00
parent 42704ab088
commit 7b4c837ecc
4 changed files with 10 additions and 0 deletions

2
Karto/assignment4/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
teodolitinio_ejimo_resultatai.txt
KTZ004_2019_04_ats.txt

View File

@ -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
./$< > $@

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 KiB