stud/Karto/assignment4/Makefile
Motiejus Jakštys 7b4c837ecc pre-submissions
2019-11-30 10:53:04 +02:00

9 lines
202 B
Makefile

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