From ac4c876adbaad05a3152f871db69da502a8b7cfa Mon Sep 17 00:00:00 2001 From: DaYea Yim <56145786+dyyim741@users.noreply.github.com> Date: Sun, 6 Oct 2019 12:55:10 +0900 Subject: [PATCH] fix path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad177f5..ffe5ca0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ git clone https://github.com/fuzzitdev/continuous-fuzzing-example # you might need to export CXX= CC= cd continuous-fuzzing-example -mkdir build +mkdir build && cd build export CC=`which clang` export CXX=`which clang++` cmake .. -DCMAKE_BUILD_TYPE=AddressSanitizer