diff options
author | comex | 2015-01-24 22:45:15 -0500 |
---|---|---|
committer | comex | 2015-01-24 22:45:40 -0500 |
commit | 6237f5fdcb39aa8b692ec8c7623aecddf0c2fd30 (patch) | |
tree | cd59362c292b42fac04ae676eca48e5296ca0de1 /Makefile | |
parent | it compiles... (diff) | |
download | substitute-6237f5fdcb39aa8b692ec8c7623aecddf0c2fd30.tar.gz |
fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $@ $< |