From 126552b4195cd7f7db57b602da551bea721124f4 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Mon, 19 Aug 2024 22:16:32 +0200 Subject: [PATCH] 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 ... --- scripts/clean-core.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/clean-core.sh b/scripts/clean-core.sh index 015720329..0166f6538 100755 --- a/scripts/clean-core.sh +++ b/scripts/clean-core.sh @@ -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