From 3abf4c09ce3ea173ac9840e97788ca4c477a8aa1 Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 29 Jan 2015 01:21:15 -0500 Subject: port some old code --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3