diff options
| author | van Hauser <vh@thc.org> | 2020-09-04 22:48:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 22:48:46 +0200 |
| commit | 4f7a8a4c70de1b93b1dccd8f2bf092ec4b3626dc (patch) | |
| tree | 8c81a16ba76661b0df5307b9964275ff529d4deb /GNUmakefile | |
| parent | 7f621509eee57f0b6fd9ad542adc4f2acafeb059 (diff) | |
| parent | 976ee9022cda95e0715b82ff866098ad293117c9 (diff) | |
| download | afl++-4f7a8a4c70de1b93b1dccd8f2bf092ec4b3626dc.tar.gz | |
Merge pull request #542 from AFLplusplus/dev
push to stable
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 61f0ca55..e1f6da95 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -530,7 +530,7 @@ clean: $(MAKE) -C qemu_mode/libcompcov clean rm -rf qemu_mode/qemu-3.1.1 ifeq "$(IN_REPO)" "1" - test -d unicorn_mode/unicornafl && $(MAKE) -C unicorn_mode/unicornafl clean || true + test -e unicorn_mode/unicornafl/Makefile && $(MAKE) -C unicorn_mode/unicornafl clean || true else rm -rf qemu_mode/qemu-3.1.1.tar.xz rm -rf unicorn_mode/unicornafl |
