Makefile (224B) - Raw
1 .PHONY: all 2 all: KTZ004_2019_04_ats.txt teodolitinio_ejimo_resultatai.txt 3 4 KTZ004_2019_04_ats.txt: KTZ004_2019_04_ats.py measure.py 5 ./$< > $@ 6 7 teodolitinio_ejimo_resultatai.txt: measure.py 8 ./$< | column -t -s $$'\t' > $@