diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-07-08 12:59:57 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-07-08 13:30:15 +0000 |
| commit | b8fcf1b82f83f429e34abf21ae483bd066be790c (patch) | |
| tree | 333abdba56e8b4f070dffde5d6145c99247431e2 /Makefile | |
| parent | cde64f7d2183d8d136abd936a86c41a83757a9fe (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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |
