about summary refs log tree commit diff
path: root/examples/afl_untracer/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-06 15:57:38 +0200
committervan Hauser <vh@thc.org>2020-05-06 15:57:38 +0200
commit8cdf767bf589e3f709fda1d580b5899f046ae070 (patch)
tree72666bcd3c8bea9e4eef9f4c90dd1510491cfe5a /examples/afl_untracer/Makefile
parente910882e320f33f4413ba9c2dff537f885276bb5 (diff)
downloadafl++-8cdf767bf589e3f709fda1d580b5899f046ae070.tar.gz
doc update
Diffstat (limited to 'examples/afl_untracer/Makefile')
-rw-r--r--examples/afl_untracer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_untracer/Makefile b/examples/afl_untracer/Makefile
index ad67e8bc..14a09b41 100644
--- a/examples/afl_untracer/Makefile
+++ b/examples/afl_untracer/Makefile
@@ -7,7 +7,7 @@ endif
 all:	afl-untracer libtestinstr.so
 
 afl-untracer:	afl-untracer.c
-	$(CC) $(OPT) -I../../include -g -o afl-untracer afl-untracer.c -ldl -pthread
+	$(CC) $(OPT) -I../../include -g -o afl-untracer afl-untracer.c -ldl
 
 libtestinstr.so:	libtestinstr.c
 	$(CC) -g -O0 -fPIC -o libtestinstr.so -shared libtestinstr.c