about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-06-05 17:08:08 +0200
committerhexcoder- <heiko@hexco.de>2021-06-05 17:08:08 +0200
commit436f997d2658aee79d5eadafdb6af8a283941b9b (patch)
treedcbcfae9f9509d30cd12ea1738ee87ec19d262a5 /GNUmakefile
parent8f04269e179bd38390acef57ca3ea3e33a2f9a5e (diff)
downloadafl++-436f997d2658aee79d5eadafdb6af8a283941b9b.tar.gz
Revert "give hint for setting path to llvm-config tool, make clean on Frida may fail"
This reverts commit fd07853550efe5b2927cd49e008393c69a69934c.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6df7ea1d..a45f6d5c 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