struct / mms

Modern Memory Safety in C/C++
Other
1.21k stars 114 forks source link

Code_Examples.tar Makefile incorrect #6

Open ykram opened 8 years ago

ykram commented 8 years ago

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.

struct commented 8 years ago

Will fix. Thank you!