diff --git a/projects/cifuzz-example/build.sh b/projects/cifuzz-example/build.sh index 874a55a36..57aa20826 100755 --- a/projects/cifuzz-example/build.sh +++ b/projects/cifuzz-example/build.sh @@ -15,6 +15,8 @@ # ################################################################################ +echo $PWD +ls . make clean # Not strictly necessary, since we are building in a fresh dir. make -j$(nproc) all # Build the fuzz targets. # make -j$(nproc) check # Sanity check, not strictly required, but nice to have.