bench makefiles

This commit is contained in:
gabime
2014-12-21 03:00:45 +02:00
parent 0172a2bde3
commit 8145d0fdd3
2 changed files with 32 additions and 7 deletions

View File

@@ -39,8 +39,6 @@ g2log-async: g2log-async.cpp
$(CXX) g2log-async.cpp -o g2log-async $(CXXFLAGS) $(G2LOG_FLAGS) $(CXX_RELEASE_FLAGS)
EASYL_FLAGS = -I../../easylogging/src/
easylogging-bench: easylogging-bench.cpp
$(CXX) easylogging-bench.cpp -o easylogging-bench $(CXXFLAGS) $(EASYL_FLAGS) $(CXX_RELEASE_FLAGS)