Merge branch 'master' of peisongxiao.com:~/cs246/a5
This is just necessary
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
########## Variables ##########
|
########## Variables ##########
|
||||||
|
|
||||||
CXX = g++ # compiler
|
CXX = g++ # compiler
|
||||||
CXXFLAGS = -std=c++20 -g -Wall -MMD -lncurses # compiler flags
|
CXXFLAGS = -std=c++20 -g -Wall -MMD -lncurses -O0 # compiler flags
|
||||||
MAKEFILE_NAME = ${firstword ${MAKEFILE_LIST}} # makefile name
|
MAKEFILE_NAME = ${firstword ${MAKEFILE_LIST}} # makefile name
|
||||||
|
|
||||||
SOURCES = $(wildcard *.cc) # source files (*.cc)
|
SOURCES = $(wildcard *.cc) # source files (*.cc)
|
||||||
|
Reference in New Issue
Block a user