aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9f3da911..85f1ae44f 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: manager fuzzer executor
all-tools: execprog mutate prog2c stress repro upgrade
executor:
- $(CC) -o ./bin/syz-executor executor/executor.cc -lpthread -Wall -O1 -g $(STATIC_FLAG) $(CFLAGS)
+ $(CC) -o ./bin/syz-executor executor/executor.cc -pthread -Wall -O1 -g $(STATIC_FLAG) $(CFLAGS)
manager:
go build -o ./bin/syz-manager github.com/google/syzkaller/syz-manager