From b8fcf1b82f83f429e34abf21ae483bd066be790c Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 8 Jul 2024 12:59:57 +0200 Subject: Makefile: remove dummy syz-fuzzer All syz-ci instances must have updated by this time, so we no longer need this noisy hack. --- Makefile | 3 --- 1 file changed, 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) -- cgit mrf-deployment