Pilot nptl_db application.
[debugger.git] / Makefile
index d8e6901..0b76bd4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ debugger: debugger.c debugger.h
 testsuite: testsuite.c debugger.c debugger.h
        $(CC) -o $@ $< -pthread
 
+threadtest: threadtest.c
+       $(CC) -o $@ $< -lthread_db -ldw
+
 .PHONY: check
 check: testsuite
        ./testsuite