From: Mathieu Baudier Date: Tue, 22 Feb 2022 03:23:39 +0000 (+0100) Subject: Make clean more robust X-Git-Tag: argeo-commons-2.3.5~7 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=581f6669d63946b99500931be334347e2c531a20 Make clean more robust --- diff --git a/jni/Makefile b/jni/Makefile index daac622fe..de2b84c19 100644 --- a/jni/Makefile +++ b/jni/Makefile @@ -8,7 +8,7 @@ all: $(foreach dir, $(JNIDIRS), $(MAKE) -C $(dir);) clean: - rm -r $(BUILD_DIR) $(SDK_BUILD_BASE)/jni + rm -rf $(BUILD_DIR) $(SDK_BUILD_BASE)/jni