minor adjustments to Makefile

This commit is contained in:
2024-07-06 01:59:20 -04:00
parent eb773405a6
commit 255a49111d
2 changed files with 33 additions and 33 deletions

View File

@ -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
View File