about summary refs log tree commit diff
path: root/utils/persistent_mode
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-01-04 15:32:22 +0100
committerhexcoder- <heiko@hexco.de>2021-01-04 15:32:22 +0100
commitb7af98e94561ebe44ea37304a357b00499d1104d (patch)
tree6ba2356e8e6879ae4c528e9a4f775132868a00fc /utils/persistent_mode
parent5cdbfeef4a84b9dc2e5f8e88ee018c6c6e72fa44 (diff)
downloadafl++-b7af98e94561ebe44ea37304a357b00499d1104d.tar.gz
code cleanups (from cppcheck mostly)
Diffstat (limited to 'utils/persistent_mode')
-rw-r--r--utils/persistent_mode/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/persistent_mode/Makefile b/utils/persistent_mode/Makefile
index 6fa1c30e..e348c46c 100644
--- a/utils/persistent_mode/Makefile
+++ b/utils/persistent_mode/Makefile
@@ -1,10 +1,10 @@
 all:
-	afl-clang-fast -o persistent_demo persistent_demo.c
-	afl-clang-fast -o persistent_demo_new persistent_demo_new.c
-	AFL_DONT_OPTIMIZE=1 afl-clang-fast -o test-instr test-instr.c
+	../../afl-clang-fast -o persistent_demo persistent_demo.c
+	../../afl-clang-fast -o persistent_demo_new persistent_demo_new.c
+	AFL_DONT_OPTIMIZE=1 ../../afl-clang-fast -o test-instr test-instr.c
 
 document:
-	AFL_DONT_OPTIMIZE=1 afl-clang-fast -D_AFL_DOCUMENT_MUTATIONS -o test-instr test-instr.c
+	AFL_DONT_OPTIMIZE=1 ../../afl-clang-fast -D_AFL_DOCUMENT_MUTATIONS -o test-instr test-instr.c
 
 clean:
 	rm -f persistent_demo persistent_demo_new test-instr