struct / mms

Modern Memory Safety in C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code_Examples.tar Makefile incorrect

ykram opened this issue · comments

commented

The Makefile provided in Code_Examples.tar does the following on line 19:

$(CXX) $(CXXFLAGS) $(DEBUG) misc/Compiler_Provided_ROF.cpp -o bin/Compiler_Provided_ROF

however the directory is capitalized in the archive.

Will fix. Thank you!