clean content of obj and build folders

explicitly list the content to be deleted,
to have some more general protection in case sth. goes wrong accidentally ...
This commit is contained in:
B. Petersen 2024-08-19 22:16:32 +02:00 committed by bjoern
parent c01616b2aa
commit 126552b419

View file

@ -2,6 +2,12 @@ cd jni/deltachat-core-rust
cargo clean
cd -
rm -rf build/generated
rm -rf build/intermediates
rm -rf build/outputs
rm -rf build/tmp
rm build/gmpAppId.txt
rm -rf obj/local
rm -rf jni/deltachat-core-rust/target
rm jni/armeabi-v7a/libdeltachat.a
rm jni/x86/libdeltachat.a