summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-12-21 14:57:51 -1000
committerSam Bingner <sam@bingner.com>2018-12-21 14:57:51 -1000
commitae8077efe69311b8eee2846affebd6194b7b29c4 (patch)
tree15f39189fd0031e93f32e96e510604d6b92fb5ec /Makefile
parentee8a0cfb5148f3376fbfe7103354811c6b69c64f (diff)
Use AMFI to check AMFI dynamic cache and clean up kern_funcs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cf1826f..598ca50 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ TOOL_NAME = inject
inject_CODESIGN_FLAGS = -Hsha256 -Hsha1 -Sentitlements.xml
inject_FRAMEWORKS = IOKit Security
inject_CFLAGS = -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=missing-braces -Iinclude
+inject_LIBRARIES = mis
inject_FILES = inject.m patchfinder64.c kern_funcs.c
include $(THEOS_MAKE_PATH)/tool.mk