debug flags bugfix

pull/5/head
gabime 12 years ago
parent 04549b8784
commit 64f2b33273

@ -10,7 +10,7 @@ all: example.cpp
debug: example.cpp
$(CXX) example.cpp -o $(OUTBIN)-debug $(CXXFLAGS) $(CXX_DEBUG_FLAFS)
$(CXX) example.cpp -o $(OUTBIN)-debug $(CXXFLAGS) $(CXX_DEBUG_FLAGS)

Loading…
Cancel
Save