aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-07-08 12:59:57 +0200
committerAleksandr Nogikh <nogikh@google.com>2024-07-08 13:30:15 +0000
commitb8fcf1b82f83f429e34abf21ae483bd066be790c (patch)
tree333abdba56e8b4f070dffde5d6145c99247431e2 /Makefile
parentcde64f7d2183d8d136abd936a86c41a83757a9fe (diff)
Makefile: remove dummy syz-fuzzer
All syz-ci instances must have updated by this time, so we no longer need this noisy hack.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7d6295913..2e9b9d610 100644
--- a/Makefile
+++ b/Makefile
@@ -113,9 +113,6 @@ endif
all: host target
host: manager repro mutate prog2c db upgrade
target: execprog executor
- # Temporal hack to pre-created removed syz-fuzzer,
- # since old version of syz-ci still wants to copy it.
- touch ./bin/$(TARGETOS)_$(TARGETVMARCH)/syz-fuzzer
executor: descriptions
ifeq ($(TARGETOS),fuchsia)