From f465d04a981b7dcfdb6dc6e14ada7d1ffd5ec4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 28 May 2020 19:41:10 +0300 Subject: [PATCH] consistent sinewave --- II/Referatas/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/II/Referatas/Makefile b/II/Referatas/Makefile index c213032..41e4cb6 100644 --- a/II/Referatas/Makefile +++ b/II/Referatas/Makefile @@ -41,8 +41,8 @@ $(1): $(2) ./layer2img.py ./layer2img.py $(3) --group1-infile=$$< --outfile $(1) endef -$(eval $(call algo2img,sinewave2,douglas,60x24)) -$(eval $(call algo2img,sinewave2,visvalingam,60x24)) +$(eval $(call algo2img,sinewave2,douglas,$(SINEWAVE_SIZE))) +$(eval $(call algo2img,sinewave2,visvalingam,$(SINEWAVE_SIZE))) $(eval $(call algo2img,zeimena,douglas,210x297)) $(eval $(call algo2img,zeimena,visvalingam,210x297)) $(eval $(call gpkg2pdf,sinewave1.pdf,sinewave1.gpkg,--size=$(SINEWAVE_SIZE)))