aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcomex2015-01-24 22:45:15 -0500
committercomex2015-01-24 22:45:40 -0500
commit6237f5fdcb39aa8b692ec8c7623aecddf0c2fd30 (patch)
treecd59362c292b42fac04ae676eca48e5296ca0de1 /Makefile
parentit compiles... (diff)
downloadsubstitute-6237f5fdcb39aa8b692ec8c7623aecddf0c2fd30.tar.gz
fixes
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c66bce7..9d15d14 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,7 @@ $(eval $(call define_test,interpose,interpose,$(CC) -std=c11 -lsubstitute))
$(eval $(call define_test,inject,inject,$(CC) -std=c11 -lsubstitute out/darwin/inject.o out/darwin/read.o))
$(eval $(call define_test,stop-threads,stop-threads,$(CC) -std=c11 out/darwin/stop-other-threads.o -framework CoreFoundation))
$(eval $(call define_test,execmem,execmem,$(CC) -std=c11 out/darwin/execmem.o -segprot __TEST rwx rx))
+$(eval $(call define_test,hook-functions,hook-functions,$(CC) -std=c11 -lsubstitute))
out/insns-arm.o: test/insns-arm.S Makefile
clang -arch armv7 -c -o $@ $<