Skip to content

Commit

Permalink
Delete intermediate files (#1456)
Browse files Browse the repository at this point in the history
Co-authored-by: Siyuan Zhang <siyuan0322@gmail.com>
  • Loading branch information
tianliplus and siyuan0322 committed Apr 15, 2022
1 parent c4d2aef commit 708ab4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interactive_engine/executor/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ else
SUFFIX="so"
fi

rm -rf $(pwd)/target/${MODE}/build
rm -rf $(pwd)/target/${MODE}/deps
ln -sf $(pwd)/target/${MODE}/libmaxgraph_ffi.${SUFFIX} ./target/libmaxgraph_ffi.${SUFFIX}

0 comments on commit 708ab4d

Please sign in to comment.