From 2f2d5c87d9b1d0027c694ad259aa6a6d836a85bb Mon Sep 17 00:00:00 2001 From: Jeff Bezos Date: Wed, 23 Oct 2024 10:27:59 +0000 Subject: [PATCH] made it static --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 94ebf45..25ad0bb 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ CXX = g++ CXXFLAGS = -Iinclude -Wall -Wextra -std=c++17 -LDFLAGS = -lncurses +LDFLAGS = -static -lncurses SRC_DIR = src BUILD_DIR = build SOURCES = $(wildcard $(SRC_DIR)/*.cpp)