diff options
Diffstat (limited to 'languages/cpp/debugger/tests/breakpoints/Makefile')
-rw-r--r-- | languages/cpp/debugger/tests/breakpoints/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/languages/cpp/debugger/tests/breakpoints/Makefile b/languages/cpp/debugger/tests/breakpoints/Makefile new file mode 100644 index 00000000..77d481f8 --- /dev/null +++ b/languages/cpp/debugger/tests/breakpoints/Makefile @@ -0,0 +1,4 @@ + +breakpoints: main.cpp foo.cpp + g++ -g -obreakpoints main.cpp foo.cpp +
\ No newline at end of file |