update Makefile
This commit is contained in:
parent
8b85f8afc9
commit
13f1d2b17f
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user