diff options
Diffstat (limited to 'wrapper/Makefile')
| -rw-r--r-- | wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |