X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=blobdiff_plain;f=jni%2Fjni.mk;h=40dde446958e754f28cd97f36534088f9ad9a29e;hp=46f06749c91185ff5b929dd028dec65c24ad8613;hb=b6c9c86547ad1828606426ad1e6c4470bcfc13a4;hpb=6457e820f3379a9f26986338f4364c40889b51b6 diff --git a/jni/jni.mk b/jni/jni.mk index 46f06749c..40dde4469 100644 --- a/jni/jni.mk +++ b/jni/jni.mk @@ -50,9 +50,6 @@ $(BUILD_DIR)/%.cpp.o: %.cpp mkdir -p $(dir $@) $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ -clean: - rm -r $(BUILD_DIR) $(SDK_BUILD_BASE)/$(TARGET_EXEC) - # Include the .d makefiles. The - at the front suppresses the errors of missing # Makefiles. Initially, all the .d files will be missing, and we don't want those # errors to show up.