Add a test which actually triggers the mappings and fires up vimspector with the cpptools debugger.
7 lines
78 B
Makefile
7 lines
78 B
Makefile
CXXFLAGS=-g -O0
|
|
|
|
simple: simple.cpp
|
|
|
|
clean:
|
|
rm -f simple
|
|
rm -rf simple.dSYM
|