diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-06-24 12:40:37 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-06-24 11:13:11 +0000 |
| commit | 0c0f0b4b3be7a004ae46afe61a8f5e3ad2469e71 (patch) | |
| tree | 7c1bde7efea6a4b31ec151f863ad1f9b5afa8421 /Makefile | |
| parent | e16e2c9a4cb6937323e861b646792a6c4c978a3c (diff) | |
Makefile: prepare for removal of syz-fuzzer binary
Temporary hack to allow updating old syz-ci when syz-fuzzer is removed.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
