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 2e7efee..9ca7761 100644
--- a/wrapper/Makefile
+++ b/wrapper/Makefile
@@ -12,7 +12,7 @@ all: libhypodermicw.so
$(BIN): ptrace.c
$(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS)
- ln -s $@ ../$@
+ ln -rs $@ ../ # GNU extension
clean: