diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-12 21:12:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-12 22:15:22 +0200 |
commit | 20444972edb1dd49af13902a850a8e343d5a60ec (patch) | |
tree | ae72e6f48e49f4dca6f4035d8d0097277c529947 | |
parent | bb6f2b12e8f0bbc99a5ca93141d35fd40b043e55 (diff) |
add make clean to oss-fuzz build
Change-Id: Ic591748eedbe82b1c7305ef68156370f1b97f216
Reviewed-on: https://gerrit.libreoffice.org/58904
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rwxr-xr-x | bin/oss-fuzz-build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh index e93105d4f669..5cc1325c6980 100755 --- a/bin/oss-fuzz-build.sh +++ b/bin/oss-fuzz-build.sh @@ -47,3 +47,5 @@ cp $SRC/*_seed_corpus.zip $OUT cp $SRC/*.dict $OUT #options files cp $SRC/libreoffice/vcl/workben/*.options $OUT + +make clean |