From 097fc1e20573f0f8ba8f9884e6da24cf5b83c1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 30 Nov 2019 11:11:28 +0200 Subject: [PATCH] fix teodolitinio_ejimo_resultatai.txt generation --- Karto/assignment4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Karto/assignment4/Makefile b/Karto/assignment4/Makefile index ce2f754..c3dda25 100644 --- a/Karto/assignment4/Makefile +++ b/Karto/assignment4/Makefile @@ -5,4 +5,4 @@ KTZ004_2019_04_ats.txt: KTZ004_2019_04_ats.py measure.py ./$< > $@ teodolitinio_ejimo_resultatai.txt: measure.py - ./$< > $@ + ./$< | column -t -s $$'\t' > $@