Compare commits

...

2 Commits

Author SHA1 Message Date
PoliEcho 3cadb3d621 add menu
build_test / build (push) Successful in 2m3s
2025-04-14 10:49:14 +02:00
PoliEcho 13f1d2b17f update Makefile 2025-04-14 10:48:18 +02:00
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Compiler and flags
CPPC = g++
CPPC_FLAGS = -std=c++23 -s -O3 -Wall -Wextra -Wno-write-strings -lncurses
DEBUG_FLAGS = -ggdb -std=c++23 -Wall -Wextra -Wno-write-strings -lncurses
CPPC_FLAGS = -std=c++23 -s -O3 -Wall -Wextra -Wno-write-strings -lncurses -lmenu
DEBUG_FLAGS = -ggdb -std=c++23 -Wall -Wextra -Wno-write-strings -lncurses -lmenu
SRC_PATH := src
View File
View File