stud/Karto/assignment4/Makefile

9 lines
224 B
Makefile
Raw Normal View History

2019-11-30 10:52:12 +02:00
.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
./$< | column -t -s $$'\t' > $@