From 124078e05868884a528bfa5161acd4c8e73a6296 Mon Sep 17 00:00:00 2001 From: Luigi Date: Tue, 9 Jun 2020 11:56:30 +0200 Subject: [PATCH] update clean script --- clean.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clean.sh b/clean.sh index 300ef584..1032ff40 100755 --- a/clean.sh +++ b/clean.sh @@ -15,4 +15,6 @@ print_blue "clearning thirdparty packages and utils..." rm -Rf thirdparty/pangolin rm -Rf thirdparty/g2opy -rm -Rf cpp/utils/build \ No newline at end of file +rm -Rf thirdparty/protoc # set by install_delf.sh +rm -Rf thirdparty/orbslam2_features/build +rm -Rf cpp/utils/build \ No newline at end of file