forgot cleanup call

This commit is contained in:
otavepto 2023-12-26 21:27:48 +02:00
parent 806879e79e
commit de27c8c024

View File

@ -494,9 +494,7 @@ fi
# cleanup
rm -f dll/net.pb.cc
rm -f dll/net.pb.h
rm -f -r "$build_temp_dir"
cleanup
echo;
if [[ $last_code = 0 ]]; then