minor adjustments to Makefile
This commit is contained in:
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ EXEC = bin/cc3k # executable name
|
||||
.PHONY : clean # not file names
|
||||
|
||||
${EXEC} : ${OBJECTS} # link step
|
||||
${CXX} ${CXXFLAGS} $^ -o $@ -lncurses # additional object files before $^
|
||||
${CXX} ${CXXFLAGS} -O0 $^ -o $@ -lncurses # additional object files before $^
|
||||
|
||||
${OBJECTS} : ${MAKEFILE_NAME} # OPTIONAL : changes to this file => recompile
|
||||
|
||||
|
0
bin/.keep_dir
Normal file
0
bin/.keep_dir
Normal file
Reference in New Issue
Block a user