X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=jni.mk;fp=jni.mk;h=920ecf478048694dc4ba18b91c23a1575d7c5f55;hb=67f2b4a6e09873f846c5bd22084586e3a273f864;hp=98ad5c8b9c4c2631975d5acd1e654f09367cf78c;hpb=dc142b1688d1163ae5afe93fd39bec0fda62c71a;p=cc0%2Fargeo-build.git diff --git a/jni.mk b/jni.mk index 98ad5c8..920ecf4 100644 --- a/jni.mk +++ b/jni.mk @@ -40,6 +40,7 @@ install: uninstall: $(RM) $(A2_NATIVE_INSTALL_TARGET)/$(TARGET_EXEC) + @if [ -d $(A2_NATIVE_INSTALL_TARGET) ]; then find $(A2_NATIVE_INSTALL_TARGET) -empty -type d -delete; fi # Sources SRCS := $(shell find $(SRC_DIRS) -name '*.cpp' -or -name '*.c' -or -name '*.s')