summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-12-24 11:20:51 -1000
committerSam Bingner <sam@bingner.com>2018-12-24 11:20:51 -1000
commit340496f25f661f9dc2c46976c2be96fd2d94b406 (patch)
tree08331d30d36877e4c17942135a54584d6b78a893 /Makefile
parent6409e172da5ff0e98345b21d07bc699c653ef099 (diff)
Use an NSArray for inject argumentsv0.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b62e56b..4d63026 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,6 @@ TOOL_NAME = inject
inject_CODESIGN_FLAGS = -Sentitlements.xml
inject_LIBRARIES = mis
inject_FRAMEWORKS = IOKit Security
-inject_FILES = main.c inject.m patchfinder64.c kern_funcs.c
+inject_FILES = main.m inject.m patchfinder64.c kern_funcs.c
include $(THEOS_MAKE_PATH)/tool.mk