vimspector/tests/testdata/cpp/simple/Makefile
Ben Jackson 470c64603a Add ClearBreakpoints API
Add a test which actually triggers the mappings and fires up vimspector
with the cpptools debugger.
2019-04-28 10:51:15 +01:00

7 lines
78 B
Makefile

CXXFLAGS=-g -O0
simple: simple.cpp
clean:
rm -f simple
rm -rf simple.dSYM