From 3e67937b8b2c91d126f512ec41d8ab8aa4bca763 Mon Sep 17 00:00:00 2001 From: Arseny <20096ninja@gmail.com> Date: Thu, 16 Jul 2026 11:22:01 +0300 Subject: [PATCH] =?UTF-8?q?[FIX]=20Makefile:=20=D0=B4=D0=B5=D1=84=D0=BE?= =?UTF-8?q?=D0=BB=D1=82=D0=BD=D0=B0=D1=8F=20=D0=B4=D0=B8=D1=80=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D1=8F=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a3c842..883360f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build: docker build -t $(IMAGE) . run: build - ./md2gost.sh report.md -o ./build + ./md2gost.sh report.md -o . stop: docker stop $(IMAGE) 2>/dev/null || true