From a0aac5609c87443ea12d04ffb280234c24d13e3f Mon Sep 17 00:00:00 2001 From: jakob Date: Tue, 29 Aug 2017 15:19:54 -0400 Subject: Implemented parsing for procfs maps --- wrapper/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wrapper/Makefile') diff --git a/wrapper/Makefile b/wrapper/Makefile index 026f4ba..19fa189 100644 --- a/wrapper/Makefile +++ b/wrapper/Makefile @@ -6,7 +6,7 @@ CFLAGS += $(USER_CFLAGS) LDFLAGS = -shared LDFLAGS += $(USER_LDFLAGS) -all: libptracew.so +all: libhypodermicw.so -libptracew.so: ptrace.c +libhypodermicw.so: ptrace.c $(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS) -- cgit v1.3