diff options
| author | hexcoder- <hexcoder-@github.com> | 2021-06-05 16:49:20 +0200 | 
|---|---|---|
| committer | hexcoder- <hexcoder-@github.com> | 2021-06-05 16:49:20 +0200 | 
| commit | fd07853550efe5b2927cd49e008393c69a69934c (patch) | |
| tree | 3ca2c0751d80e1475b27cb4ab901d950d3b39296 /GNUmakefile | |
| parent | a321d4102b6c3bec3471c4351692d1ad2a410e70 (diff) | |
| download | afl++-fd07853550efe5b2927cd49e008393c69a69934c.tar.gz | |
give hint for setting path to llvm-config tool, make clean on Frida may fail
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a45f6d5c..6df7ea1d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -572,7 +572,7 @@ clean: $(MAKE) -C qemu_mode/unsigaction clean $(MAKE) -C qemu_mode/libcompcov clean $(MAKE) -C qemu_mode/libqasan clean - $(MAKE) -C frida_mode clean + -$(MAKE) -C frida_mode clean ifeq "$(IN_REPO)" "1" test -e qemu_mode/qemuafl/Makefile && $(MAKE) -C qemu_mode/qemuafl clean || true test -e unicorn_mode/unicornafl/Makefile && $(MAKE) -C unicorn_mode/unicornafl clean || true  | 
