X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=jni%2Fjni.mk;h=40dde446958e754f28cd97f36534088f9ad9a29e;hb=6ff9fe4752ba5122751d5fc4cf03ce1e6f7123f0;hp=46f06749c91185ff5b929dd028dec65c24ad8613;hpb=e4e950d98cadf27008f3fb7e59aa769eb9242505;p=lgpl%2Fargeo-commons.git 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.