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