We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea5fc7 commit 1359441Copy full SHA for 1359441
Makefile
@@ -9,6 +9,7 @@ target = inject-thread
9
objects += inject-thread.o
10
objects += procfs.o
11
objects += ptrace.o
12
+objects += elf.o
13
14
all: $(target)
15
0 commit comments