black background

This commit is contained in:
user
2025-07-08 17:25:27 -04:00
parent b4f1826464
commit d93d351d38
3 changed files with 24 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
# Compiler and flags
CXX = g++
CXXFLAGS = -std=c++17 -Wall -Wextra -O3
LDFLAGS = -static -lncurses -ltinfo
LDFLAGS = -static
# Directories
SRC_DIR = src