diff options
author | hexcoder- <heiko@hexco.de> | 2021-06-01 18:19:15 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-06-01 18:19:15 +0200 |
commit | 64368d4ba79ec4a2223d0bfe218c1f48a522af83 (patch) | |
tree | e3a2c5a151ddb0b61bca804610ea7b16dc034a62 | |
parent | 9cf45db7f93f8c3d96e77ea7a5c5785bf768794e (diff) | |
download | afl++-64368d4ba79ec4a2223d0bfe218c1f48a522af83.tar.gz |
add missing clean action for frida_mode
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 270746b4..a45f6d5c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -572,6 +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 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 |