aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d3ec3ddcb..8ab6a87c6 100644
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,9 @@ 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)