From 75f1457fcf61245bcb06d92f8f84601b19f348ce Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 6 Mar 2024 02:04:10 +0300 Subject: [PATCH] Makefile : Fix format. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d7e55c9..bd7ff05 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -color = F44336 +color = F44336 photo = true -extra = true +extra = true build = $(CURDIR)/build src = $(CURDIR)/tex -target = $(src)/Main.tex +target = $(src)/Main.tex output = $(build)/Main.pdf outputen = $(build)/VoronindEn.pdf outputru = $(build)/VoronindRu.pdf