aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcomex2015-01-29 01:21:15 -0500
committercomex2015-01-29 01:21:15 -0500
commit3abf4c09ce3ea173ac9840e97788ca4c477a8aa1 (patch)
treebcd129df9b384bc4bb646445e44d0f46aa4a8902 /Makefile
parent***yawn*** (diff)
downloadsubstitute-3abf4c09ce3ea173ac9840e97788ca4c477a8aa1.tar.gz
port some old code
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b11646e..6eb3118 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ $(eval $(call define_test,stop-threads,stop-threads,$(CC) -std=c11 out/darwin/st
$(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))
$(eval $(call define_test,posixspawn-hook,posixspawn-hook,$(CC) -std=c11))
+$(eval $(call define_test,htab,htab,$(CC) -std=c11))
out/injected-test-dylib.dylib: test/injected-test-dylib.c Makefile
$(CC) -std=c11 -dynamiclib -o $@ $<