+SIGUSR1 handler
[debugger.git] / Makefile
index 8929e34..a2527ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ CC=gcc -ggdb3 -Wall -Werror
 all: debugger check
 
 debugger: debugger.c debugger.h
-       $(CC) -o $@ $< -lthread_db -pthread -ldw
+       $(CC) -o $@ $<
 
 testsuite: testsuite.c debugger.c debugger.h
-       $(CC) -o $@ $< -lthread_db -pthread -ldw
+       $(CC) -o $@ $< -pthread
 
 .PHONY: check
 check: testsuite