aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcomex2015-01-20 19:49:44 -0500
committercomex2015-01-20 19:54:09 -0500
commitba44cef0bfa106de3a4406fdaed071461f87a6f3 (patch)
tree738895cae66ba2bf1e7369b8a17a2d8d4a433293 /Makefile
parentmore reorganization - move OS X/iOS specific stuff into its own directory (diff)
downloadsubstitute-ba44cef0bfa106de3a4406fdaed071461f87a6f3.tar.gz
progress on injection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d8d5cdf..9b3aa10 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ out/transform-dis.o: $(GENERATED)
LIB_OBJS := \
out/darwin/find-syms.o \
+ out/darwin/inject.o \
out/darwin/interpose.o \
out/darwin/objc-asm.o \
out/darwin/objc.o \