summaryrefslogtreecommitdiff
path: root/wrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper/Makefile')
-rw-r--r--wrapper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper/Makefile b/wrapper/Makefile
index 1019833..026f4ba 100644
--- a/wrapper/Makefile
+++ b/wrapper/Makefile
@@ -8,5 +8,5 @@ LDFLAGS += $(USER_LDFLAGS)
all: libptracew.so
-libtestw.so: ptrace.c
+libptracew.so: ptrace.c
$(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS)