From 554da34b22acd4d430197f8c0da409d766a6aae8 Mon Sep 17 00:00:00 2001 From: lain Date: Tue, 4 Feb 2025 16:55:26 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f9b204..4be319b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ $(TARGET): $(SRCS) $(CC) $(CFLAGS) -o $(TARGET) $(SRCS) install: $(TARGET) - @echo "Копирование бинарника в $(HOME)/.rails/bin..." + @echo "Копирование бинарника в $(HOME)/.rails/bin..." + mkdir -p $(HOME)/.rails/bin cp $(TARGET) $(HOME)/.rails/bin/$(TARGET) @echo "Установка завершена. Запускайте через $(HOME)/.rails/bin/$(TARGET)"