X-Git-Url: http://git.jankratochvil.net/?p=debugger.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0b76bd4c25311383db050c85bcd729be7739e4c5;hp=d8e690120091aa7ac1c9acf641574059b9bdc604;hb=de113680248e96948b6bc68c68da96ec1409e7bf;hpb=c482113b5fbb607385d8195af489af6045cfaff0 diff --git a/Makefile b/Makefile index d8e6901..0b76bd4 100644 --- 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