From cd4004dc23366cc537868031fe374eb59184c15c Mon Sep 17 00:00:00 2001 From: thorium1256 Date: Sun, 22 Jun 2025 18:15:10 +0300 Subject: [PATCH] makefile realization --- Makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.unix b/Makefile.unix index 8cd79c2..7a4bf2d 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -17,7 +17,7 @@ DBG_DIR := $(BIN_DIR)/debug RLS_DIR := $(BIN_DIR)/release DBG_EXEC := $(BIN_DIR)/debug/debug RLS_EXEC := $(BIN_DIR)/release/release -RLS_STRIPPED_EXEC := $(BIN_DIR)/release/release +RLS_STRIPPED_EXEC := $(BIN_DIR)/release_stripped # sources and objects SRCS := $(wildcard $(SRC_DIR)/*.cpp)